Skip to content

Commit

Permalink
fix: goreleaser in gh action fails again.
Browse files Browse the repository at this point in the history
- downgrade gh action of goreleaser to match the cru implementation
  • Loading branch information
mvanholsteijn committed Sep 30, 2023
1 parent ff63327 commit 7dd1524
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Fetch tags
run: git fetch --force --tags
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v4
with:
version: 1.19.2
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7dd1524

Please sign in to comment.