From c1386410e4bf02fdb02287f87e70454a60d50db7 Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Thu, 21 Nov 2024 11:40:56 +0100 Subject: [PATCH] chore: add goreleaser release step id Signed-off-by: Bence Csati --- .github/workflows/base-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index d2c3b1ae..d994eb0d 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -145,6 +145,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser for ${{ inputs.distribution }} + id: goreleaser-action uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser-pro