mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 12:07:30 +00:00
chore: update dev dependencies and workflow (#342)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -24,6 +24,6 @@ export async function getInputs(): Promise<Inputs> {
|
||||
}
|
||||
|
||||
// FIXME: Temp fix https://github.com/actions/toolkit/issues/777
|
||||
export function setOutput(name: string, value: any): void {
|
||||
export function setOutput(name: string, value: unknown): void {
|
||||
issueCommand('set-output', {name}, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user