Skip to content

Commit 1706726

Browse files
committed
fix: fix linter on windows
1 parent 144f7f9 commit 1706726

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ export const run = async (): Promise<void> => {
9696
core.setOutput('id', release.id.toString());
9797
core.setOutput('url', release.url);
9898
core.setOutput('upload_url', release.upload_url);
99+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
99100
} catch (error: Error | any) {
101+
// eslint-enable-next-line @typescript-eslint/no-explicit-any
100102
core.setFailed(error);
101103
}
102104
};

0 commit comments

Comments
 (0)