Skip to content

Commit 84cbdd7

Browse files
committed
chore: update release workflow to use OIDC auth
1 parent d2bb536 commit 84cbdd7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
run: pnpm prepack
6363

6464
- name: Publish package
65-
run: npm publish --provenance --access public
66-
env:
67-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
65+
run: npm publish
6866

6967
- name: Cleanup
7068
run: pnpm run postpack

0 commit comments

Comments
 (0)