Skip to content

Commit

Permalink
Fixed job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 29, 2024
1 parent e11344d commit 63b9271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
windows:
name: Windows
runs-on: windows-latest
needs: create_release
needs: branch_and_tag

steps:
- name: Checkout Polaris
Expand All @@ -61,7 +61,7 @@ jobs:
linux:
name: Linux
runs-on: ubuntu-latest
needs: create_release
needs: branch_and_tag

steps:
- name: Checkout Polaris
Expand Down

0 comments on commit 63b9271

Please sign in to comment.