mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-11 02:51:40 +00:00
- 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