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 69046ad commit 3012f50Copy full SHA for 3012f50
1 file changed
.github/workflows/npm-publish.yml
@@ -62,9 +62,12 @@ 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'
- run: npm publish --access public
70
+ run: npm publish --access public --provenance
71
72
create_release:
73
name: Create GitHub Release
0 commit comments