Skip to content

Commit

Permalink
fixup! release: create draft GitHub release with packages & installers
Browse files Browse the repository at this point in the history
The `prereqs` job is needed in this new job, and later on we still need
to list those jobs as needed because even if they are transitively
needed via the `validate-installers` job, the workflow definition
requires them to be able to resolve, say,
`needs.prereqs.outputs.tag_name`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Mar 21, 2024
1 parent e7269ad commit 00bb8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
needs: [validate-installers]
needs: [validate-installers, create-linux-artifacts, create-macos-artifacts, windows_artifacts, prereqs]
env:
AZURE_VAULT: ${{ secrets.AZURE_VAULT }}
GPG_PUBLIC_KEY_SECRET_NAME: ${{ secrets.GPG_PUBLIC_KEY_SECRET_NAME }}
Expand Down

0 comments on commit 00bb8b3

Please sign in to comment.