You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a race (I just hit this) where createRelease fails because between trying to get it and create it, another build in the matrix already created it. A retry would help. Or maybe always createRelease and check if the failure indicates it already exists, and if so, try to fetch it then.
The text was updated successfully, but these errors were encountered:
There is a race (I just hit this) where
createRelease
fails because between trying to get it and create it, another build in the matrix already created it. A retry would help. Or maybe alwayscreateRelease
and check if the failure indicates it already exists, and if so, try to fetch it then.The text was updated successfully, but these errors were encountered: