Skip to content

Commit 034920b

Browse files
author
Tom Mitchelmore
committed
Fix dependency
1 parent 71c29eb commit 034920b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
deploy:
5656
name: "deploy"
57-
needs: [prepare, lint, build]
57+
needs: [lint, build]
5858
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5959
runs-on: ubuntu-latest
6060
permissions:

0 commit comments

Comments
 (0)