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 5452944 commit b2fb3d7Copy full SHA for b2fb3d7
bin/release.sh
@@ -21,7 +21,7 @@ git commit -m "Update version of $BRANCH to $VERSION"
21
22
# push tag
23
git tag "$VERSION"
24
-git push origin "$VERSION"
+git push upstream "$VERSION"
25
26
# back to master branch
27
git checkout master
0 commit comments