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 cefb71b commit 2082ad8Copy full SHA for 2082ad8
.github/workflows/publish.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
62
63
- name: Publish packages
64
- run: pnpm exec nx release publish
+ run: pnpm exec nx release publish --access public
65
env:
66
NPM_CONFIG_PROVENANCE: true
67
GITHUB_TOKEN: "${{ github.token }}"
0 commit comments