Skip to content

Commit 8897a8c

Browse files
authored
Update release.yml (#366)
1 parent fff5e01 commit 8897a8c

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
@@ -24,6 +24,9 @@ jobs:
2424

2525
# Go builder.
2626
go-builder:
27+
# Force the builds to rin sequentially, to avoid
28+
# the builder binaries being overwritten by each run.
29+
needs: [generic-generator]
2730
permissions:
2831
id-token: write # For signing.
2932
contents: write # For asset uploads.

0 commit comments

Comments
 (0)