From 435bbc836238f823141ee295bf377ef029097099 Mon Sep 17 00:00:00 2001 From: Uzair Ali <72073401+uzaxirr@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:38:10 +0530 Subject: [PATCH] Update goreleaser.yml --- .github/workflows/goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 75fa48dd..1f348b72 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -39,6 +39,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 with: + version: '~> v1' args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}