mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix release workflow
This commit is contained in:
parent
4ae8cecd90
commit
e921d994d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
asset_content_type: application/json
|
||||
|
||||
release:
|
||||
needs: ["init", "create-release"]
|
||||
needs: ["create-release"]
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue