We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ce2a9 commit 44d3062Copy full SHA for 44d3062
1 file changed
scripts/publish_snapshot.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# Publishes SNAPSHOTs
3
4
-REPO_SLUG=ParsePlatform/ParseLiveQuery-Android
+REPO_SLUG=parse-community/ParseLiveQuery-Android
5
BRANCH=master
6
7
set -e
@@ -17,4 +17,3 @@ else
17
./gradlew uploadArchives
18
echo "SNAPSHOT published!"
19
fi
20
-
0 commit comments