diff --git a/cmd/github-release/publish_cmd.go b/cmd/github-release/publish_cmd.go index 1431af1..32d385c 100644 --- a/cmd/github-release/publish_cmd.go +++ b/cmd/github-release/publish_cmd.go @@ -28,7 +28,7 @@ func publishCmd() *cli.Command { Name: "prerelease", Usage: "Git SHA of repo to create release on", EnvVars: []string{"RELEASE_PRERELEASE"}, - Value: true, + Value: false, }, }, Action: actionHandler(publishAction),