Skip to content

Commit

Permalink
fixing goreleaser token
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Collins <collins.christopher@gmail.com>
  • Loading branch information
clcollins committed Mar 6, 2024
1 parent 201b1f3 commit 729e62f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GOPATH := $(shell go env GOPATH)
HOME?=$(shell mktemp -d)

GOLANGCI_LINT_VERSION=v1.51.2
GORELEASER_VERSION=v1.14.1
export GORELEASER_TOKEN?=$(shell jq -r .goreleaser_token ~/.config/goreleaser/goreleaser_token)
GORELEASER_VERSION=v1.24.0
export GITHUB_TOKEN?=$(shell jq -r .goreleaser_token ~/.config/goreleaser/goreleaser_token)

# Ensure go modules are enabled:
export GO111MODULE=on
Expand Down Expand Up @@ -56,7 +56,7 @@ ensure-goreleaser:
@ls $(GOPATH)/bin/goreleaser 1>/dev/null || go install github.com/goreleaser/goreleaser@${GORELEASER_VERSION}

release: ensure-goreleaser
goreleaser release --rm-dist
goreleaser release --clean

.PHONY: fmt
fmt:
Expand Down

0 comments on commit 729e62f

Please sign in to comment.