Skip to content

Commit 9b0910b

Browse files
committed
fix: actions
1 parent 75ec03b commit 9b0910b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: yarn build
3131
- name: Release
3232
run: yarn release
33+
- name: Configure npm for OIDC
34+
run: npm install -g npm@11.6.1
3335
- name: npm version
3436
run: npm --version
3537
- name: Publish to npm with OIDC

0 commit comments

Comments
 (0)