Fixed job dependencies
This commit is contained in:
parent
4548574298
commit
2992ef89b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
windows:
|
||||
name: Windows
|
||||
runs-on: windows-latest
|
||||
needs: create_release
|
||||
needs: branch_and_tag
|
||||
|
||||
steps:
|
||||
- name: Checkout Polaris
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
linux:
|
||||
name: Linux
|
||||
runs-on: ubuntu-latest
|
||||
needs: create_release
|
||||
needs: branch_and_tag
|
||||
|
||||
steps:
|
||||
- name: Checkout Polaris
|
||||
|
|
Loading…
Add table
Reference in a new issue