Skip to content

Commit 3f4787b

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

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
@@ -36,7 +36,7 @@ create_tag(){
3636
git config user.email "[email protected]"
3737
git config user.name "Travis CI"
3838

39-
git commit -a -m "Releasing ${APP_VERSION}"
39+
git commit -a -m "Releasing ${APP_VERSION}" || true
4040
git tag ${APP_VERSION}
4141

4242
REMOTE="https://${REPO_TOKEN}@github.com/${USERNAME}/${REPOSITORY}.git"

0 commit comments

Comments
 (0)