We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684e52e commit e6d1374Copy full SHA for e6d1374
.travis.yml
@@ -22,7 +22,7 @@ before_deploy:
22
- git remote set-url origin https://user:[email protected]/$TRAVIS_REPO_SLUG.git
23
- git fetch origin $TRAVIS_BRANCH:$TRAVIS_BRANCH
24
- git checkout $TRAVIS_BRANCH
25
- - yarn run standard-version -a --no-verify || echo "nothing changed"
+ - git fetch origin v$(jq -r '.version' package.json) || yarn run standard-version -a --no-verify
26
27
deploy:
28
provider: script
0 commit comments