Skip to content

Commit c15ff7b

Browse files
committed
fixup bug
1 parent c6bb7ab commit c15ff7b

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
@@ -37,7 +37,7 @@ jobs:
3737
release-assets:
3838
name: Release assets
3939
runs-on: ubuntu-latest
40-
needs: create_release # release must be created before this job can start
40+
needs: create-release # release must be created before this job can start
4141
strategy:
4242
matrix:
4343
version: ['linux-amd64', 'windows-amd64', 'darwin-amd64']

0 commit comments

Comments
 (0)