Skip to content

Commit

Permalink
fix(goreleaser) fix typo in github_urls (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kengou authored May 18, 2024
1 parent 333a14e commit 562e413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ env:
- 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://gitub.com/api/v3/
upload: https://gitub.com/api/uploads/
download: https://gitub.com
api: https://github.com/api/v3/
upload: https://github.com/api/uploads/
download: https://github.com

builds:
- id: linux-amd64
Expand Down

0 comments on commit 562e413

Please sign in to comment.