This currently uses an API call to lookup the current release (code), which could race if multiple releases were published in quick succession and actions are delayed. Instead, I'd like to try to use the workflow run payload, (which should be a bit cheaper). This will require a new mechanism for looking up the prior release.
Discovered in #432.
This currently uses an API call to lookup the current release (code), which could race if multiple releases were published in quick succession and actions are delayed. Instead, I'd like to try to use the workflow run payload, (which should be a bit cheaper). This will require a new mechanism for looking up the prior release.
Discovered in #432.