Skip to content

Commit

Permalink
fix(ci): fixed goreleaser file
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Jun 20, 2024
1 parent 6c2e799 commit 3873a14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
run: go test ./... -cover -race
-
name: Build binary
run: go build -o score-compose ./cmd/score-compose/main.go
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: build --snapshot
-
name: Install license check tool
run: go install github.com/google/addlicense@latest
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Check the documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -33,7 +34,7 @@ changelog:
brews:
- name: score-compose
homepage: "https://score.dev"
tap:
repository:
owner: score-spec
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 3873a14

Please sign in to comment.