There was an error while loading. Please reload this page.
release
1 parent d2bb536 commit 84cbdd7Copy full SHA for 84cbdd7
1 file changed
.github/workflows/release.yml
@@ -62,9 +62,7 @@ jobs:
62
run: pnpm prepack
63
64
- name: Publish package
65
- run: npm publish --provenance --access public
66
- env:
67
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish
68
69
- name: Cleanup
70
run: pnpm run postpack
0 commit comments