Skip to content

Commit 20c2d5b

Browse files
authored
Merge pull request #22 from xoxys/master
set skip_build to false
2 parents 90170ca + ed363d8 commit 20c2d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func main() {
4747
Usage: "distribution types to deploy",
4848
EnvVar: "PLUGIN_DISTRIBUTIONS",
4949
},
50-
cli.BoolTFlag{
50+
cli.BoolFlag{
5151
Name: "skip_build",
5252
Usage: "skip build and only upload pre-build packages",
5353
EnvVar: "PLUGIN_SKIP_BUILD",

0 commit comments

Comments
 (0)