Skip to content

Commit c785480

Browse files
committed
fix release workflow
1 parent 6b54636 commit c785480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install
2424

25+
- name: Install latest npm
26+
run: npm install -g npm@latest
27+
2528
- name: Publish to npm
2629
env:
2730
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}

0 commit comments

Comments
 (0)