Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-martine committed Feb 19, 2023
1 parent 50f300e commit 7c000aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ release: all
git tag $(filter-out $@,$(MAKECMDGOALS))
git push --tags

%:
@:

gorelease: all
goreleaser release --clean

Expand Down

0 comments on commit 7c000aa

Please sign in to comment.