Commit d509d38
fix(release): drop arithmetic from dispatch job name (DataDog#23541)
GitHub Actions expressions don't support arithmetic operators, so
`strategy.job-index + 1` made the workflow file invalid. Use the
0-indexed `strategy.job-index` directly.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 18c80aa commit d509d38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments