There was an error while loading. Please reload this page.
1 parent 48f9d90 commit 62bc73dCopy full SHA for 62bc73d
1 file changed
.github/workflows/npm-publish.yml
@@ -65,6 +65,4 @@ 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 --access public
69
- env:
70
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm publish # no token needed, using OIDC instead
0 commit comments