There was an error while loading. Please reload this page.
1 parent af999f0 commit c2e7d8fCopy full SHA for c2e7d8f
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,9 @@ jobs:
34
run: npm run build
35
36
- name: Publish to npm
37
- run: npm publish --access public --provenance
+ run: npm publish --access public
38
+ env:
39
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40
41
- name: Create GitHub Release
42
uses: softprops/action-gh-release@v1
0 commit comments