mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
chore(release): remove default release repository value
This should be explicitly provided via environment variable of command line flag.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user