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 5396640 commit 770abc6Copy full SHA for 770abc6
.github/workflows/npm-publish.yml
@@ -49,4 +49,4 @@ jobs:
49
tag_name: v${{ steps.bump.outputs.version }}
50
generate_release_notes: true
51
- name: Publish packages to NPM
52
- run: yarn lerna exec npm publish
+ run: yarn lerna publish from-package --yes
0 commit comments