diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4731c05..a09d8dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,8 +27,12 @@ jobs: name: Run Go Tests run: go test ./... -cover -race - - name: Build binary - run: go build -o score-compose ./cmd/score-compose/main.go + name: Run GoReleaser + uses: goreleaser/goreleaser-action@v6 + with: + distribution: goreleaser + version: '~> v2' + args: build - name: Install license check tool run: go install github.com/google/addlicense@latest diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 136e004..7f8a413 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -34,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 }}"