mirror of
https://github.com/ncipollo/release-action
synced 2026-09-14 20:13:22 +00:00
Bump typescript, fix build errors around catch blocks.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ export class Action {
|
||||
let getResponse: ReleaseByTagResponse
|
||||
try {
|
||||
getResponse = await this.releases.getByTag(this.inputs.tag)
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
return await this.checkForMissingReleaseError(error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user