Skip to content

Commit

Permalink
Allow npm publish failures
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Jun 9, 2019
1 parent 95263b9 commit bbe94a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
at: ../
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
- run: npm --no-git-tag-version version prerelease --preid=next.$(echo $CIRCLE_SHA1 | cut -c -7)
- run: npm publish --tag next
- run: npm publish --tag next || true
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run: git config --global user.name thegecko
- run: git config --global user.email [email protected]
Expand Down

0 comments on commit bbe94a4

Please sign in to comment.