mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 14:57:24 +02:00
chore: fix release action to avoid creating two releases
This commit is contained in:
parent
2f73f6148f
commit
d670d5fb87
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user