Skip to content

Commit

Permalink
Release: Change name of remote repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed May 1, 2020
1 parent 627b254 commit 2729eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
version=$1

/usr/bin/git tag -f $version
/usr/bin/git push origin :refs/tags/$version
/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

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

0 comments on commit 2729eb3

Please sign in to comment.