Commit d2d92d1
fix: add concurrency to release workflow to prevent race conditions (#38)
When multiple PRs merge in quick succession, parallel release jobs
race on git push and npm publish, causing failures. This serializes
release jobs so they queue instead of running concurrently.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 93421f6 commit d2d92d1
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
0 commit comments