Skip to content

Commit

Permalink
update make file
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Mar 23, 2018
1 parent cd7163e commit 1e7c31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ tag:
git tag -a v${v} -m "creating tag ${v}"
git push origin "refs/tags/v${v}"

release: tag
release:
rm -rf dist
goreleaser release

0 comments on commit 1e7c31e

Please sign in to comment.