fix(action): handle 422 already_exists race condition (#665)

- Add retry logic for 422 'already_exists' errors in race conditions
- Allow action to find and update existing releases instead of failing
- Add test to verify race condition handling works correctly
- Fixes regression that broke matrix workflows in v2.2.2+

closes #616
This commit is contained in:
Stephen Way 2025-10-03 11:34:31 -07:00 committed by GitHub
parent 0f0e0b98e9
commit 7dc9b8ac0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 92 additions and 4 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long