Skip to content

Commit

Permalink
Remove --snapshot for release creation
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
  • Loading branch information
unguiculus committed Jan 28, 2020
1 parent 75975e5 commit 0fd06bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ func Build() error {
}

func Release() error {
return sh.Run("goreleaser", "release", "--rm-dist", "--snapshot")
return sh.Run("goreleaser", "release", "--rm-dist")
}

0 comments on commit 0fd06bc

Please sign in to comment.