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 2eeee52 commit bf4ae47Copy full SHA for bf4ae47
.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