We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7799ab6 commit 552e825Copy full SHA for 552e825
1 file changed
.github/workflows/publish.yml
@@ -98,5 +98,4 @@ jobs:
98
- name: Publish to npm
99
run: |
100
echo "Publishing version ${{ steps.pkg.outputs.version }} with dist-tag '${NPM_TAG}'"
101
- # Add --access public if your package is scoped and public (e.g., @your-scope/pkg)
102
- npm publish --tag "${NPM_TAG}" # --access public
+ npm publish --tag "${NPM_TAG}" --provenance --access public
0 commit comments