Skip to content

Commit c471443

Browse files
committed
fix: auth login
1 parent 41627b4 commit c471443

File tree

6 files changed

+274
-247
lines changed

6 files changed

+274
-247
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ checksum:
107107
name_template: checksums.txt
108108

109109
snapshot:
110-
name_template: "{{ .Tag }}-next"
110+
version_template: "{{ .Tag }}-next"
111111

112112
changelog:
113113
use: github-native

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ $(GOLANGCI_LINT): dep.stamp $(call go-pkg-sourcefiles, github.com/golangci/golan
154154
@echo ">> installing golangci-lint"
155155
@$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint
156156

157-
$(GORELEASER): dep.stamp $(call go-pkg-sourcefiles, github.com/goreleaser/goreleaser)
157+
$(GORELEASER): dep.stamp $(call go-pkg-sourcefiles, github.com/goreleaser/goreleaser/v2)
158158
@echo ">> installing goreleaser"
159-
@$(GO) install github.com/goreleaser/goreleaser
159+
@$(GO) install github.com/goreleaser/goreleaser/v2
160160

161161
$(GOTESTSUM): dep.stamp $(call go-pkg-sourcefiles, gotest.tools/gotestsum)
162162
@echo ">> installing gotestsum"

0 commit comments

Comments
 (0)