Skip to content

Commit 8a6de9b

Browse files
authored
Merge pull request #11 from ayanchyk/main
One more attempt to fix OIDC publishing
2 parents 21b8d94 + 42bcae2 commit 8a6de9b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish-canary.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
28+
registry-url: 'https://registry.npmjs.org'
2829
cache: 'yarn'
2930
cache-dependency-path: 'public-yarn.lock'
3031

32+
- name: Show npm version
33+
run: npm --version
34+
35+
- name: Update npm (required for trusted publishing)
36+
run: npm install -g npm@latest
37+
3138
- name: Enable corepack
3239
run: corepack enable
3340

0 commit comments

Comments
 (0)