mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-01 00:54:58 +02:00
remove the dist folder after goreleaser runs
This commit is contained in:
@ -42,6 +42,7 @@ func main() {
|
|||||||
runCommand("git", "tag", newVersion)
|
runCommand("git", "tag", newVersion)
|
||||||
runCommand("git", "push", "origin", newVersion)
|
runCommand("git", "push", "origin", newVersion)
|
||||||
runCommand("goreleaser", "--rm-dist")
|
runCommand("goreleaser", "--rm-dist")
|
||||||
|
runCommand("rm", "-rf", "dist")
|
||||||
}
|
}
|
||||||
|
|
||||||
func runCommand(args ...string) {
|
func runCommand(args ...string) {
|
||||||
|
Reference in New Issue
Block a user