Skip to content

Commit ad7e320

Browse files
committed
chore: fix cd
1 parent db61cf7 commit ad7e320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
with:
5555
node-version: 20
5656

57+
- name: install app dependencies
58+
run: npm install
59+
5760
- name: create release
5861
env:
5962
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)