mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +00:00
fix(builds): default releases to not be marked as pre-release
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user