Skip to content

Commit

Permalink
fix: correct release in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Feb 5, 2024
1 parent bdb2c61 commit 5158983
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ build: update upgrade tidy lint test
$(env) go build ./...

release-dev: build-ci
goreleaser release --rm-dist --snapshot

upgrade:
$(pyenv)/pre-commit autoupdate
Expand Down Expand Up @@ -84,8 +83,7 @@ build-ci: test-ci
bench-ci: test-ci
go test -bench=. ./... | tee output.txt

release-ci: build-ci
goreleaser release --rm-dist
release-ci: build-ci

#-------------------------------------------------------------------------
# Force targets
Expand Down

0 comments on commit 5158983

Please sign in to comment.