Skip to content

Commit

Permalink
fix: correct error in workflow and goreleaser command
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Feb 11, 2024
1 parent 9262d60 commit e64fc34
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build: update upgrade tidy lint test
$(env) go build ./...

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

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

debug-release-ci: build-ci
GITHUB_TOKEN=$(shell gh auth token) goreleaser release

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

test-ci:
DOCKER_HOST=$(shell docker context inspect --format='{{json .Endpoints.docker.Host}}' $(shell docker context show)) \
Expand Down

0 comments on commit e64fc34

Please sign in to comment.