Skip to content

Commit

Permalink
correct deprecated golreleaser arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Mar 3, 2023
1 parent 22019ed commit f188f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ test: tidy lint
release: semver
@version=$$($(LOCALBIN)/semver); \
git tag -s $$version -m"Release $$version"
goreleaser --rm-dist
goreleaser --clean

test-release:
goreleaser --skip-publish --snapshot --rm-dist
goreleaser --skip-publish --snapshot --clean

## toolbox - start
## Current working directory
Expand Down

0 comments on commit f188f53

Please sign in to comment.