Skip to content

Commit 3d24063

Browse files
author
Ondrej Machala
committed
fix: correct CLI path in release workflow
1 parent 59a64d9 commit 3d24063

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
@@ -76,7 +76,7 @@ jobs:
7676
run: pnpm exec playwright install chromium
7777

7878
- name: Update screenshots
79-
run: node dist/cli.js
79+
run: node dist/cli/cli.js
8080
env:
8181
HEROSHOT_SESSION_KEY: ${{ secrets.HEROSHOT_SESSION_KEY }}
8282

0 commit comments

Comments
 (0)