mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 14:27:34 +00:00
chore: update yarn to 3.5.1 (#412)
* chore: update yarn to 3.5.1 * chore: add plugin-interactive-tools yarn pkg * chore: update dev dependencies * chore: eslint fixes * chore: update generated content --------- Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ async function run(): Promise<void> {
|
||||
}
|
||||
|
||||
let yamlfile: string | unknown;
|
||||
const argv = yargs.parse(inputs.args);
|
||||
const argv: {config: string} = yargs.parse(inputs.args) as never;
|
||||
if (argv.config) {
|
||||
yamlfile = argv.config;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user