Skip to content

Commit

Permalink
fix: auth login
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Aug 16, 2024
1 parent 41627b4 commit c471443
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ checksum:
name_template: checksums.txt

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

changelog:
use: github-native
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ $(GOLANGCI_LINT): dep.stamp $(call go-pkg-sourcefiles, github.com/golangci/golan
@echo ">> installing golangci-lint"
@$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint

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

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

0 comments on commit c471443

Please sign in to comment.