Correct job dependencies in workflow
This commit is contained in:
parent
d58c38c8c4
commit
3521d8c856
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tagging.yml
vendored
2
.github/workflows/tagging.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
checks: write
|
||||
needs: build
|
||||
needs: merge
|
||||
steps:
|
||||
- name: Download matrix outputs
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue