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 3f4787b commit 2c102aaCopy full SHA for 2c102aa
github-cli.sh
@@ -40,7 +40,7 @@ create_tag(){
40
git tag ${APP_VERSION}
41
42
REMOTE="https://${REPO_TOKEN}@github.com/${USERNAME}/${REPOSITORY}.git"
43
- git push "$REMOTE" "$CURRENT_BRANCH:$CURRENT_BRANCH" --tags
+ git push "$REMOTE" "$CURRENT_BRANCH" --tags
44
git status
45
echo "> Pushed"
46
}
0 commit comments