mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
security check
This commit is contained in:
parent
c7a0d3d55a
commit
ff96145dd3
@ -39,6 +39,7 @@ jobs:
|
|||||||
name: Release Next version
|
name: Release Next version
|
||||||
command: |
|
command: |
|
||||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||||
|
echo "TOKEN: $NPM_TOKEN"
|
||||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
npm run release-next
|
npm run release-next
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user