chore(release): remove default release repository value

This should be explicitly provided via environment variable of command
line flag.
This commit is contained in:
2021-10-10 02:43:42 +01:00
parent 4c0eb37353
commit a71cbda511

View File

@@ -43,7 +43,7 @@ func releaseCmd() *cli2.Command {
Usage: "owner/name of GitHub repo to check for release, " +
"ignored if a plan is provided",
EnvVars: []string{"GITHUB_REPOSITORY"},
Value: "jimeh/emacs-builds",
Value: "",
},
&cli2.StringFlag{
Name: "name",