Skip to content

Commit 3012f50

Browse files
committed
feat: fixing github workflow
1 parent 69046ad commit 3012f50

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,12 @@ jobs:
6262
- name: Build package
6363
run: npm run build
6464

65+
- name: Verify npm Trusted Publishing identity
66+
run: npm whoami
67+
6568
- name: Publish to npm
6669
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
67-
run: npm publish --access public
70+
run: npm publish --access public --provenance
6871

6972
create_release:
7073
name: Create GitHub Release

0 commit comments

Comments
 (0)