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 ef521d1 commit 3f4787bCopy full SHA for 3f4787b
github-cli.sh
@@ -36,7 +36,7 @@ create_tag(){
36
git config user.email "[email protected]"
37
git config user.name "Travis CI"
38
39
- git commit -a -m "Releasing ${APP_VERSION}"
+ git commit -a -m "Releasing ${APP_VERSION}" || true
40
git tag ${APP_VERSION}
41
42
REMOTE="https://${REPO_TOKEN}@github.com/${USERNAME}/${REPOSITORY}.git"
0 commit comments