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 76e3a72 commit f5ee981Copy full SHA for f5ee981
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-# reference: https://docs.npmjs.com/generating-provenance-statements
+# reference: https://docs.npmjs.com/trusted-publishers#for-github-actions
2
3
name: Publish
4
@@ -32,6 +32,4 @@ jobs:
32
run: npm run compile --workspaces --if-present
33
34
- name: Publish package
35
- run: npm publish --workspace=${GITHUB_REF_NAME%@*} --provenance --access public
36
- env:
37
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --workspace=${GITHUB_REF_NAME%@*} --access public
0 commit comments