We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebc1ec commit 5a4c711Copy full SHA for 5a4c711
.github/workflows/reusable-release.yaml
@@ -41,9 +41,6 @@ jobs:
41
registry-url: https://npm.pkg.github.com
42
scope: '@zaiusinc'
43
44
- # OIDC requires npm v11.5.1 or later
45
- - run: npm install -g npm@latest
46
-
47
- name: yarn
48
run: yarn
49
env:
@@ -92,6 +89,9 @@ jobs:
92
89
registry-url: https://registry.npmjs.org
93
90
94
91
+ # OIDC requires npm v11.5.1 or later
+ - run: npm install -g npm@latest
+
95
# OIDC authorization (https://github.com/release-it/release-it/blob/main/docs/npm.md)
96
# requires connecting to GitHub repo and workflow in package settings in npmjs.com
97
- name: release-and-publish-to-npm
0 commit comments