Skip to content

Commit

Permalink
Fix/no ref/goreleaser (#220)
Browse files Browse the repository at this point in the history
* fix(goreleaser) move permission grant earlier

* fix(goreleaser) remove github_urls from conf
  • Loading branch information
kengou authored May 22, 2024
1 parent edf3a72 commit 0e3b917
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0e3b917

Please sign in to comment.