chore: fix release action to avoid creating two releases

This commit is contained in:
John Bartholomew 2025-05-07 16:11:47 +01:00
parent 2f73f6148f
commit d670d5fb87

View File

@ -40,6 +40,9 @@ jobs:
args: release --clean --draft args: release --clean --draft
create_source_archive: create_source_archive:
needs:
# Need to wait for goreleaser to create the draft release otherwise we end up with _two_ draft releases!
- release
permissions: permissions:
contents: write contents: write
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04