From 2939410ef513ed66ef2d062df4c11179db246e19 Mon Sep 17 00:00:00 2001 From: Sergio Maria Matone Date: Mon, 1 Jul 2024 12:15:03 +0200 Subject: [PATCH] new attempt for Go Releaser --- .github/workflows/release-binary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index ec4de6f..39b1425 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -11,7 +11,7 @@ on: # - "v*" jobs: - binary: + binary-release: runs-on: ubuntu-latest steps: - name: Set up Go @@ -41,6 +41,6 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: version: latest - args: build --clean --config ./.github/goreleaser.yaml + args: build --skip validate --clean --config ./.github/goreleaser.yaml env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"