fix deploy phar

This commit is contained in:
TomasVotruba 2020-01-04 18:48:39 +01:00
parent 817187005d
commit 5b66087b48

View File

@ -55,7 +55,7 @@ jobs:
- git commit -m "${COMMIT_MSG}"
- git push --quiet origin master
- if [ "${TRAVIS_TAG}" != "" ]; then git tag -s ${TRAVIS_TAG} -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi
- if [ "${TRAVIS_TAG}" != "" ]; then git tag -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi
# Stage 1
-