Skip to content

Commit fedf82e

Browse files
committed
Run install beforehand
1 parent 3404bd3 commit fedf82e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: gh release create ${{ env.release_tag }} -p --target $GITHUB_SHA
3030

31+
- name: Install dependencies
32+
run: npm install
33+
3134
- run: npx checkly deploy --force --output
3235
env:
3336
CHECKLY_ACCOUNT_ID: ${{ secrets.CHECKLY_ACCOUNT_ID }}

0 commit comments

Comments
 (0)