mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-05-27 05:00:23 +08:00
chore: fmt src/github.ts
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
026d617849
commit
bf563aeb6d
@ -393,7 +393,7 @@ export const finalizeRelease = async (
|
||||
|
||||
return data;
|
||||
} catch (error) {
|
||||
console.warn(`error finalizing release: ${error}`)
|
||||
console.warn(`error finalizing release: ${error}`);
|
||||
console.log(`retrying... (${maxRetries - 1} retries remaining)`);
|
||||
return finalizeRelease(config, releaser, release, maxRetries - 1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user