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 95263b9 commit bbe94a4Copy full SHA for bbe94a4
circle.yml
@@ -21,7 +21,7 @@ jobs:
21
at: ../
22
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
23
- run: npm --no-git-tag-version version prerelease --preid=next.$(echo $CIRCLE_SHA1 | cut -c -7)
24
- - run: npm publish --tag next
+ - run: npm publish --tag next || true
25
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
26
- run: git config --global user.name thegecko
27
- run: git config --global user.email [email protected]
0 commit comments