mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
parent
0a6e4800bb
commit
b6b7c4358e
@ -117,7 +117,7 @@ jobs:
|
||||
command: |
|
||||
GIT_COMMIT_MSG=`git --no-pager log --pretty=full -n1 $CIRCLE_SHA1`
|
||||
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
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
|
Loading…
Reference in New Issue
Block a user