Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
borgogelli authored Oct 28, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent eabf5ed commit a38f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ before_deploy:
# - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
#- git tag $TRAVIS_TAG
- echo "TRAVIS_TAG = ${TRAVIS_TAG}"
- git tag -d ${TRAVIS_TAG}
- git tag -d ${TRAVIS_TAG} || true # the tag may not exist

deploy: # see https://docs.travis-ci.com/user/deployment/releases/
provider: releases

0 comments on commit a38f0db

Please sign in to comment.