Skip to content

Commit bbe94a4

Browse files
committed
Allow npm publish failures
1 parent 95263b9 commit bbe94a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
at: ../
2222
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
2323
- run: npm --no-git-tag-version version prerelease --preid=next.$(echo $CIRCLE_SHA1 | cut -c -7)
24-
- run: npm publish --tag next
24+
- run: npm publish --tag next || true
2525
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
2626
- run: git config --global user.name thegecko
2727
- run: git config --global user.email [email protected]

0 commit comments

Comments
 (0)