diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4ce8e6..619606a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,6 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean + args: release --clean --skip-validate env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} \ No newline at end of file