From 0e3b917abd3d2c17c0df53f7892941c99a6a81c4 Mon Sep 17 00:00:00 2001 From: David Gogl <1381862+kengou@users.noreply.github.com> Date: Wed, 22 May 2024 11:44:45 +0200 Subject: [PATCH] Fix/no ref/goreleaser (#220) * fix(goreleaser) move permission grant earlier * fix(goreleaser) remove github_urls from conf --- .github/.goreleaser.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/.goreleaser.yaml b/.github/.goreleaser.yaml index 88de371e3..0d92103ca 100644 --- a/.github/.goreleaser.yaml +++ b/.github/.goreleaser.yaml @@ -7,11 +7,6 @@ env: - BUILD_DATE=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ") - LDFLAGS=-s -w -X github.com/cloudoperators/greenhouse/pkg/version.GitBranch=$(GIT_BRANCH) -X github.com/cloudoperators/greenhouse/pkg/version.GitCommit=$(GIT_COMMIT) -X github.com/cloudoperators/greenhouse/pkg/version.GitState=$(GIT_STATE) -X github.com/cloudoperators/greenhouse/pkg/version.BuildDate=$(BUILD_DATE) -github_urls: - api: https://github.com/api/v3/ - upload: https://github.com/api/uploads/ - download: https://github.com - builds: - id: linux-amd64 binary: greenhousectl-linux-{{ .Arch }}