Skip to content

Commit

Permalink
I don't like you npm, just do it
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed May 7, 2020
1 parent da6393b commit d2f1273
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 @@ -10,7 +10,7 @@ jobs:
node_js: "12"
script: curl -sL https://git.io/goreleaser | bash
before_deploy:
npm version "${TRAVIS_TAG:1}" --allow-same-version
npm version "${TRAVIS_TAG:1}" --allow-same-version --git-tag-version false
deploy:
provider: npm
email: "$NPM_EMAIL"
Expand Down

0 comments on commit d2f1273

Please sign in to comment.