From 9693e036d0ae2d4d946975228b94eb8e3a3b0e1d Mon Sep 17 00:00:00 2001 From: Enjoy <26184088+mcoo@users.noreply.github.com> Date: Thu, 27 May 2021 11:59:51 -0500 Subject: [PATCH] Update goreleaser.yml --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index e9e0fcb..e9164ed 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -42,6 +42,6 @@ jobs: if: success() && startsWith(github.ref, 'refs/tags/') with: version: latest - args: release --rm-dist + args: release --rm-dist --skip-validate env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}