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 1df771b commit 540d359Copy full SHA for 540d359
.changeset/weak-ads-lick.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
registry-url: 'https://registry.npmjs.org'
28
cache: npm
29
30
+ - name: Install npm w/ OIDC support
31
+ run: npm install -g npm/cli#oidc
32
+
33
- name: Install dependencies
34
run: npm ci
35
@@ -36,4 +39,3 @@ jobs:
36
39
publish: npm run release
37
40
env:
38
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments