Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Jul 22, 2020
1 parent 56a4c7e commit ac5215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
echo "Pushing code to $REMOTE_NAME $POST_RELEASE_BRANCH"
git push --set-upstream $REMOTE_NAME $RELEASE_BRANCH:$POST_RELEASE_BRANCH
echo "Pushing tags to $REMOTE_NAME"
git push --tags $REMOTE_NAME
git push -f --tags $REMOTE_NAME
else
echo "Release is disabled"
fi

0 comments on commit ac5215e

Please # to comment.