Skip to content

Commit

Permalink
Travis fix publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Nov 7, 2023
1 parent 097900d commit 0672f2c
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
Expand Up @@ -57,7 +57,7 @@ jobs:
stage: deploy
if: tag IS present
before_install:
- yarn version $TRAVIS_TAG --no-git-tag-version
- yarn version --new-version $TRAVIS_TAG --no-git-tag-version
script:
- yarn compile
deploy:
Expand Down

0 comments on commit 0672f2c

Please sign in to comment.