From 9d95529cf4f456b7c1b9407b5ef15cb842491ce5 Mon Sep 17 00:00:00 2001 From: Nicolas Palumbo Date: Fri, 9 Aug 2024 13:31:03 +0200 Subject: [PATCH] Fix goreleaser GH action as suggested here: https://github.com/go-task/task/issues/1122 --- .github/workflows/goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 87e20ad..caea87c 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -29,6 +29,6 @@ jobs: with: distribution: goreleaser version: latest - args: release --rm-dist + args: release --clean env: - GITHUB_TOKEN: ${{ secrets.TOKEN_GORELEASER }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.TOKEN_GORELEASER }}