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 627b254 commit 2729eb3Copy full SHA for 2729eb3
release.sh
@@ -5,7 +5,7 @@ set -x
5
version=$1
6
7
/usr/bin/git tag -f $version
8
-/usr/bin/git push origin :refs/tags/$version
9
-/usr/bin/git push origin && /usr/bin/git push origin --tags
+/usr/bin/git push public :refs/tags/$version
+/usr/bin/git push public && /usr/bin/git push public --tags
10
11
echo See http://ci.sparse.tech/tindzk/seed for status
0 commit comments