We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e400d41 + fad7f08 commit faea6c1Copy full SHA for faea6c1
.github/workflows/publish.yml
@@ -36,6 +36,7 @@ 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:
0 commit comments