mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
parent
0a6e4800bb
commit
b6b7c4358e
@ -117,7 +117,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
GIT_COMMIT_MSG=`git --no-pager log --pretty=full -n1 $CIRCLE_SHA1`
|
GIT_COMMIT_MSG=`git --no-pager log --pretty=full -n1 $CIRCLE_SHA1`
|
||||||
if echo "$GIT_COMMIT_MSG" | grep -o "\[skip release\]"; then
|
if echo "$GIT_COMMIT_MSG" | grep -o "\[skip release\]"; then
|
||||||
echo "Release phase is skiped since [skip release] exists in commit message or body."
|
echo "Release phase is skipped since [skip release] exists in commit message or body."
|
||||||
else
|
else
|
||||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
|
Loading…
Reference in New Issue
Block a user