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 75ec03b commit 9b0910bCopy full SHA for 9b0910b
.github/workflows/publish.yml
@@ -30,6 +30,8 @@ jobs:
30
run: yarn build
31
- name: Release
32
run: yarn release
33
+ - name: Configure npm for OIDC
34
+ run: npm install -g npm@11.6.1
35
- name: npm version
36
run: npm --version
37
- name: Publish to npm with OIDC
0 commit comments