Skip to content

Commit 2729eb3

Browse files
committed
Release: Change name of remote repository
1 parent 627b254 commit 2729eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55
version=$1
66

77
/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
8+
/usr/bin/git push public :refs/tags/$version
9+
/usr/bin/git push public && /usr/bin/git push public --tags
1010

1111
echo See http://ci.sparse.tech/tindzk/seed for status

0 commit comments

Comments
 (0)