From 32524c48639c3000519227318733bb98a384be49 Mon Sep 17 00:00:00 2001 From: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> Date: Wed, 29 May 2024 19:46:51 +1200 Subject: [PATCH] fix(ci): version warning for goreleaser --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d83bca..c226fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: - version: latest + version: "~> v1" args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}