mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(ci): release is ignored in all commits
This commit is contained in:
parent
d7bd99ec57
commit
b3ff7a105f
@ -115,7 +115,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: release
|
name: release
|
||||||
command: |
|
command: |
|
||||||
if [[ $GIT_COMMIT_MSG == *"\[skip release\]"* ]]; then
|
if [[ $GIT_COMMIT_MSG != *"\[skip release\]"* ]]; then
|
||||||
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
|
||||||
yarn release --yes
|
yarn release --yes
|
||||||
|
Loading…
Reference in New Issue
Block a user