Skip to content

Commit

Permalink
Ignore dist if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jan 16, 2020
1 parent 3587336 commit 87ff552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ next_version_number := $(shell echo $$(($(current_version_number)+1)))
release:
git tag v$(next_version_number)
git push origin master
goreleaser
goreleaser --rm-dist

0 comments on commit 87ff552

Please sign in to comment.