mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add yes to publish command
This commit is contained in:
parent
3f5524abd3
commit
f9d54c1336
|
@ -22,7 +22,7 @@ jobs:
|
||||||
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
# - run:
|
# - run:
|
||||||
# name: Publishing to Stable Channel
|
# name: Publishing to Stable Channel
|
||||||
# command: npm run lerna publish from-git
|
# command: npm run lerna publish from-git --yes
|
||||||
|
|
||||||
publish-canary:
|
publish-canary:
|
||||||
docker:
|
docker:
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
- run:
|
- run:
|
||||||
name: Publishing to Canary Channel
|
name: Publishing to Canary Channel
|
||||||
command: npm run lerna publish from-git --npm-tag canary
|
command: npm run lerna publish from-git --npm-tag canary --yes
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
unscheduled:
|
unscheduled:
|
||||||
|
|
Loading…
Reference in a new issue