Skip to content

Commit d19bc3a

Browse files
committed
fix syntax on release workflow
1 parent e2dea36 commit d19bc3a

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
@@ -16,7 +16,7 @@ jobs:
1616
repository: ${{ github.repository }}
1717

1818
build:
19-
need: lint_files
19+
needs: lint_files
2020

2121
uses: llaville/.github/.github/workflows/release.yml@master
2222
with:

0 commit comments

Comments
 (0)