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 fefbd25 commit 254f056Copy full SHA for 254f056
1 file changed
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
run: npm run compile
83
84
- name: Publish package
85
- run: npm publish
+ run: npm publish --access public --provenance
86
87
- name: Commit and push package modifications
88
run: |
0 commit comments