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 87f20dc commit b0da20cCopy full SHA for b0da20c
circle.yml
@@ -18,10 +18,13 @@ jobs:
18
19
deploy:
20
docker:
21
- - image: circleci/node:6
+ - image: circleci/node:8
22
steps:
23
- attach_workspace:
24
at: ../
25
+ - run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
26
+ - run: npm --no-git-tag-version version prerelease --preid=next.$(echo $CIRCLE_SHA1 | cut -c -7)
27
+ - run: npm publish --tag next
28
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
29
- run: git config --global user.name thegecko
30
- run: git config --global user.email [email protected]
0 commit comments