Skip to content

Commit

Permalink
Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaaaan committed Dec 30, 2020
1 parent 4639539 commit 7d3e51a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ifndef GITHUB_TOKEN
$(error GITHUB_TOKEN is not defined)
endif
sed -E -i.bak $(VERSION_REGEX) 'main.go' && rm main.go.bak
git commit -am '$(version)'
git tag -a $(version) -m '$(version)'
git push origin $(version)
goreleaser --rm-dist

0 comments on commit 7d3e51a

Please sign in to comment.