From 384e9432337d5207e616f8c9ba16a09b749983dc Mon Sep 17 00:00:00 2001 From: Christoph Witzko Date: Sat, 14 Jan 2023 18:03:13 +0100 Subject: [PATCH] ci: use self-built binary for changelog --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 763e9d9..bee0516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 + - run: ./scripts/build-local.sh - uses: go-semantic-release/action@v1 with: hooks: goreleaser