There was an error while loading. Please reload this page.
1 parent 62bc73d commit a345449Copy full SHA for a345449
1 file changed
.github/workflows/npm-publish.yml
@@ -65,4 +65,6 @@ jobs:
65
- run: npm ci
66
- run: node scripts/update-version.js # ensure the version in version.ts is updated
67
- run: npm run build
68
- - run: npm publish # no token needed, using OIDC instead
+ - run: npm install -g npm@latest # Upgrade to npm >= 11.5.1 for OIDC trusted publishing
69
+ - run: npm --version # Verify npm version
70
+ - run: npm publish --access public # OIDC authentication happens automatically
0 commit comments