Skip to content

Commit 0904ec1

Browse files
committed
Infrastructure: Fix 'stage.sh' command for GHA
1 parent cd54ff5 commit 0904ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run lint
2929

3030
- name: Stage
31-
run: stage.sh
31+
run: ./stage.sh
3232

3333
- name: Run Jest tests
3434
run: npm test

0 commit comments

Comments
 (0)