Skip to content

Commit 4a6058b

Browse files
committed
Fix npm publish: use OIDC trusted publishing (no token needed)
1 parent 5ac1100 commit 4a6058b

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
@@ -73,10 +73,8 @@ jobs:
7373
git push origin main --tags
7474
7575
- name: Publish to npm
76-
run: npm publish --provenance --access public
76+
run: npm publish --access public
7777
working-directory: packages/create-unmint
78-
env:
79-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8078

8179
- name: Create GitHub Release
8280
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)