Skip to content

Commit

Permalink
Merge pull request #47 from jeffijoe/fix/travis
Browse files Browse the repository at this point in the history
chore(build): attempt at fixing Travis Deploy Once step
  • Loading branch information
jeffijoe committed Aug 12, 2021
2 parents 2bc071f + 295b3c7 commit 14a2d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ script: npm run coveralls

after_success:
- npm install -g travis-deploy-once@4
- travis-deploy-once "npm run semantic-release"
- travis-deploy-once --pro "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 14a2d01

Please sign in to comment.