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 87196b2 commit df3b900Copy full SHA for df3b900
.github/workflows/github-npm-publish.yml
@@ -31,6 +31,6 @@ jobs:
31
registry-url: https://npm.pkg.github.com/
32
- run: npm ci
33
- run: npx lerna run build
34
- - run: npx lerna publish from-package
+ - run: npx lerna publish from-package --yes
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments