We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bb7ab commit c15ff7bCopy full SHA for c15ff7b
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
release-assets:
38
name: Release assets
39
runs-on: ubuntu-latest
40
- needs: create_release # release must be created before this job can start
+ needs: create-release # release must be created before this job can start
41
strategy:
42
matrix:
43
version: ['linux-amd64', 'windows-amd64', 'darwin-amd64']
0 commit comments