chore(create-release.yml): add 'needs: release' to ensure the 'create_release' job runs after the 'release' job
This commit is contained in:
parent
546dd3dbdf
commit
9df2dc72ac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-release.yml
vendored
1
.github/workflows/create-release.yml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
create_release:
|
||||
name: Create Release Job
|
||||
runs-on: ubuntu-latest
|
||||
needs: release
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue