Skip to content

Commit 0240060

Browse files
committed
set skip_build to false
1 parent 9c6d57b commit 0240060

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)