Skip to content

Commit 0309b1e

Browse files
committed
fix release
1 parent 63defb5 commit 0309b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
registry-url: 'https://registry.npmjs.org'
159159

160160
- name: Update npm to latest
161-
run: bun install -g npm@latest
161+
run: npm install -g npm@latest
162162

163163
- name: Create GitHub Release
164164
id: create_release

0 commit comments

Comments
 (0)