Skip to content

Commit 2c102aa

Browse files
author
Travis CI
committed
Releasing v1.2
1 parent 3f4787b commit 2c102aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ create_tag(){
4040
git tag ${APP_VERSION}
4141

4242
REMOTE="https://${REPO_TOKEN}@github.com/${USERNAME}/${REPOSITORY}.git"
43-
git push "$REMOTE" "$CURRENT_BRANCH:$CURRENT_BRANCH" --tags
43+
git push "$REMOTE" "$CURRENT_BRANCH" --tags
4444
git status
4545
echo "> Pushed"
4646
}

0 commit comments

Comments
 (0)