diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7faabb..75a460d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7 with: - version: latest + version: "v2.14.3" args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}