Skip to content

Commit 479b8f5

Browse files
committed
fix: deployment workflow
1 parent 3012f50 commit 479b8f5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ jobs:
6262
- name: Build package
6363
run: npm run build
6464

65-
- name: Verify npm Trusted Publishing identity
66-
run: npm whoami
67-
6865
- name: Publish to npm
6966
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
7067
run: npm publish --access public --provenance
68+
env:
69+
NODE_AUTH_TOKEN: ""
7170

7271
create_release:
7372
name: Create GitHub Release

0 commit comments

Comments
 (0)