Skip to content

Commit

Permalink
faster pickup
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza committed Jun 20, 2024
1 parent 69149cc commit 6ef4604
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 6ef4604

Please sign in to comment.