diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 122a13f..fe96609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: windows: name: Windows runs-on: windows-latest - needs: create_release + needs: branch_and_tag steps: - name: Checkout Polaris @@ -61,7 +61,7 @@ jobs: linux: name: Linux runs-on: ubuntu-latest - needs: create_release + needs: branch_and_tag steps: - name: Checkout Polaris