We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1123 commit fa46cbbCopy full SHA for fa46cbb
.github/workflows/publish.yml
@@ -36,8 +36,8 @@ jobs:
36
registry-url: 'https://registry.npmjs.org'
37
cache: pnpm
38
- run: pnpm install --frozen-lockfile
39
+ - run: npm install -g npm@latest # we are doing this to make sure theat the gloabally installed npm is new enough to support OIDC
40
- name: Publish to NPM
41
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
42
env:
43
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments