Skip to content

Commit d670d5f

Browse files
chore: fix release action to avoid creating two releases
1 parent 2f73f61 commit d670d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
args: release --clean --draft
4141

4242
create_source_archive:
43+
needs:
44+
# Need to wait for goreleaser to create the draft release otherwise we end up with _two_ draft releases!
45+
- release
4346
permissions:
4447
contents: write
4548
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)