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.
2 parents 2eeee52 + bf4ae47 commit 71bc4caCopy full SHA for 71bc4ca
.github/workflows/release.yml
@@ -95,6 +95,4 @@ jobs:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
97
- name: publish
98
- run: npm publish --provenance -w packages/${{ inputs.package }}
99
- env:
100
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish -w packages/${{ inputs.package }}
0 commit comments