mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-06-05 19:53:28 +00:00
chore: fmt src/github.ts
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
026d617849
commit
bf563aeb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue