Skip to content

Commit c49ec04

Browse files
authored
Merge pull request #1281 from ember-cli/oidc
prepare for using oidc for deployment
2 parents f57e470 + 52a4bbf commit c49ec04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: pnpm
3838
- 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
3940
- name: Publish to NPM
4041
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
4142
env:
4243
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
43-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)