Skip to content

Commit 25a1306

Browse files
Fix syntax for job dependencies in rust.yml
1 parent 6018dbf commit 25a1306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: "./out"
6262

6363
deploy:
64-
need: build
64+
needs: build
6565
runs-on: ubuntu-latest
6666

6767
permissions:

0 commit comments

Comments
 (0)