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