Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit c2e7d8f

Browse files
committed
ci: revert to token-based npm publishing (OIDC broken)
1 parent af999f0 commit c2e7d8f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
run: npm run build
3535

3636
- name: Publish to npm
37-
run: npm publish --access public --provenance
37+
run: npm publish --access public
38+
env:
39+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3840

3941
- name: Create GitHub Release
4042
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)