Skip to content

Commit 6e4efdd

Browse files
committed
fix: deploy step
1 parent 4c304d6 commit 6e4efdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29+
- name: Install
30+
run: npm install
2931
- name: Publish
3032
run: npm run deploy
3133
env:

0 commit comments

Comments
 (0)