mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 15:10:33 +00:00
fix: yargs usage
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
752dedee3d
commit
ec59f474b9
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
|
|
@ -29,7 +29,7 @@ async function run(): Promise<void> {
|
|||
}
|
||||
|
||||
let yamlfile: string | unknown;
|
||||
const argv: Arguments<{config?: string}> = yargs(inputs.args.split(' ')).parseSync() as Arguments<{
|
||||
const argv: Arguments<{config?: string}> = yargs(inputs.args).parseSync() as Arguments<{
|
||||
config?: string;
|
||||
}>;
|
||||
if (argv.config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue