We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58c009 commit 87196b2Copy full SHA for 87196b2
.github/workflows/real-npm-publish.yml
@@ -15,6 +15,6 @@ jobs:
15
registry-url: https://registry.npmjs.org/
16
- run: npm clean-install
17
- run: npx lerna run build
18
- - run: npx lerna publish from-package
+ - run: npx lerna publish from-package --yes
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments