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 b6615cd commit b6bfaf5Copy full SHA for b6bfaf5
1 file changed
.github/workflows/release-please.yml
@@ -57,5 +57,5 @@ jobs:
57
RELEASE_TAG: ${{ needs.release-please.outputs.release_tag }}
58
59
- name: Publish to the npm registry
60
- run: npm publish --provenance
+ run: npm publish --access public --provenance
61
0 commit comments