From 6a5b04f243a339a7c5058d3db7f31ce4e7c13348 Mon Sep 17 00:00:00 2001 From: Peter Brachwitz Date: Thu, 24 Aug 2023 18:28:28 +0200 Subject: [PATCH] Pin to last working version of go-releaser (#183) It looks like releases are not working any more with the newer version of go-releaser. Before debugging why I thought it might be helpful to get to a working state again by going back to the version that still worked on the last release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f13729a..788d61c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,5 +52,5 @@ jobs: VERSION: ${{ steps.get_version.outputs.VERSION }} BUILD_DATE: ${{ steps.get_build_date.outputs.BUILD_DATE }} with: - version: latest + version: v1.18.2 args: release --rm-dist