Skip to content

Commit 9deb215

Browse files
authored
fix: use complete npm release CLI [policy] (#14)
Change-Id: I9c9567299421ddbc197275a1e6d4e3c342d62d30
1 parent d124258 commit 9deb215

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
package-manager-cache: false
4646

4747
- name: Install trusted-publishing npm CLI
48-
run: npm install --global npm@12.0.0
48+
run: |
49+
npm install --global npm@12.0.1
50+
npm --version
4951
5052
- name: Install dependencies
5153
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)