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.
2 parents 5291c0b + 31dd367 commit 9ebec8fCopy full SHA for 9ebec8f
.travis.yml
@@ -28,12 +28,12 @@ jobs:
28
- npm run test
29
- npx snyk test
30
- stage: release
31
- if: branch = feat/add-cli
+ if: branch = master
32
before_script:
33
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
34
- git remote add pub https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
35
- - git fetch pub feat/add-cli
36
- - git checkout feat/add-cli
+ - git fetch pub master
+ - git checkout master
37
script:
38
- make fake-credentials
39
- make publish
0 commit comments