mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
update deploy stage condition
This commit is contained in:
parent
4d70c46b63
commit
4977924977
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ jobs:
|
||||||
- ./.build/generate_changelog.sh
|
- ./.build/generate_changelog.sh
|
||||||
|
|
||||||
- stage: Deploy
|
- stage: Deploy
|
||||||
|
if: tag IS present
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- poetry config pypi-token.pypi "$PYPI_TOKEN"
|
- poetry config pypi-token.pypi "$PYPI_TOKEN"
|
||||||
- poetry version "$TRAVIS_TAG"
|
- poetry version "$TRAVIS_TAG"
|
||||||
|
|
Loading…
Add table
Reference in a new issue