Compare commits

..

2 Commits

Author SHA1 Message Date
siujamo 5999235e41 fix: switch to npm publish to avoid pnpm OIDC auth issues
Publish to npm / publish (push) Successful in 27s
2026-06-08 09:46:29 +08:00
siujamo b341945a1a fix: configure pnpm auth explicitly to avoid OIDC failure on Gitea
Publish to npm / publish (push) Failing after 26s
2026-06-08 09:41:38 +08:00
+1 -1
View File
@@ -29,6 +29,6 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Publish to npm - name: Publish to npm
run: pnpm publish --no-git-checks run: npm publish
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}