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 3012f50 commit 479b8f5Copy full SHA for 479b8f5
1 file changed
.github/workflows/npm-publish.yml
@@ -62,12 +62,11 @@ jobs:
62
- name: Build package
63
run: npm run build
64
65
- - name: Verify npm Trusted Publishing identity
66
- run: npm whoami
67
-
68
- name: Publish to npm
69
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
70
run: npm publish --access public --provenance
+ env:
+ NODE_AUTH_TOKEN: ""
71
72
create_release:
73
name: Create GitHub Release
0 commit comments