Skip to content

Commit

Permalink
build(ci): try fix goreleaser build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Jan 26, 2025
1 parent bf5df76 commit a77066d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.23"
cache-dependency-path: |
go.sum
.goreleaser.yaml
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
if: ${{ contains(github.ref, 'v') }}
Expand Down

0 comments on commit a77066d

Please sign in to comment.