Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
can3p committed Jan 10, 2024
1 parent 66e00ea commit 20b4295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func ReleaseCommand(buildinfo *types.BuildInfo) *cobra.Command {

cmdChain := [][]string{
{"git", "tag", "-a", vversion, "-m", tagComment},
{"git", "push", "origin", "", vversion},
{"git", "push", "origin", vversion},
{"goreleaser", "release", "--clean"},
}

Expand Down

0 comments on commit 20b4295

Please sign in to comment.