mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-20 05:19:24 +02:00
remove the dist folder after goreleaser runs
This commit is contained in:
parent
a068548bcb
commit
58977ed7f3
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user