Skip to content

Commit b2fb3d7

Browse files
committed
Update release script.
1 parent 5452944 commit b2fb3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git commit -m "Update version of $BRANCH to $VERSION"
2121

2222
# push tag
2323
git tag "$VERSION"
24-
git push origin "$VERSION"
24+
git push upstream "$VERSION"
2525

2626
# back to master branch
2727
git checkout master

0 commit comments

Comments
 (0)