Commit e24faa5
committed
fix(ci): resolve draft release by tag_name to avoid race
The jq filter in the 'Resolve draft release tag' step matched on
.name, which GitHub populates asynchronously after release creation.
Runs that queried too quickly (<~2s after GoReleaser) got an empty
result and failed with 'Could not find draft release'. Match on
.tag_name instead — it is set atomically at creation time.1 parent 19723f3 commit e24faa5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments