From 9faf42c0a8c9393d4641354b8f77fcedc3d6c728 Mon Sep 17 00:00:00 2001 From: comp500 Date: Wed, 20 Apr 2022 02:27:50 +0100 Subject: [PATCH] Use semver for the goreleaser version --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5fde3da..997bc17 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: - version: latest + version: ~1.8.2 args: --snapshot --skip-publish --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}