We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488a9f1 commit e3b39d9Copy full SHA for e3b39d9
1 file changed
.github/workflows/publish.yml
@@ -26,12 +26,13 @@ jobs:
26
cache: pnpm
27
node-version: latest
28
registry-url: https://registry.npmjs.org
29
+ # npm 11.5.1 or later is required so update to latest to use OIDC trusted publisher
30
+ # https://github.com/eslint/config-inspector/pull/174/files
31
+ # https://github.com/e18e/ecosystem-issues/issues/201
32
+ - run: npm install -g npm@latest
33
- run: pnpm i
34
- run: pnpm dlx changelogithub
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
- run: pnpm -r build
38
- run: pnpm -r publish --no-git-checks --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- NPM_CONFIG_PROVENANCE: true
0 commit comments