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