We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166fadd commit 9385b5fCopy full SHA for 9385b5f
1 file changed
.github/workflows/publish.yml
@@ -28,4 +28,4 @@ jobs:
28
# Ensure npm 11.5.1 or later is installed for trusted publishing
29
- name: Update npm
30
run: npm install -g npm@latest
31
- - run: npm publish --provenance
+ - run: npm publish --provenance --access=public
0 commit comments