Skip to content

Commit c996c0e

Browse files
committed
Do not publish releases
1 parent 2a026d3 commit c996c0e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tools/release/release.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -221,16 +221,6 @@ func githubCreateRelease(version string) {
221221
log.Fatalf("Failed to upload asset '%s': %v\n", name, err)
222222
}
223223
}
224-
// Finalize release
225-
args = []string{
226-
"edit",
227-
"--user", ghUser,
228-
"--repo", ghRepo,
229-
"--tag", version,
230-
}
231-
if err := run(ghRelease, args, nil); err != nil {
232-
log.Fatalf("Failed to finalize github release: %v\n", err)
233-
}
234224
}
235225

236226
func run(cmd string, args []string, envVars map[string]string) error {

0 commit comments

Comments
 (0)