We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9ce26 commit 59d935aCopy full SHA for 59d935a
1 file changed
.github/workflows/npm-publish.yml
@@ -26,6 +26,7 @@ jobs:
26
27
- run: yarn test
28
29
- - run: yarn workspaces foreach --no-private npm publish --provenance --access public
+ - run: npx lerna publish from-package --yes
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
+ NPM_CONFIG_PROVENANCE: true
0 commit comments