From 6291ee5ea7bf4eb608565a6a3e908bf98b78bb80 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Mon, 1 Nov 2021 21:35:44 +0100 Subject: [PATCH] Removing last goreleaser step because it's not clear what's needed there... --- .github/workflows/go.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 28089a3..b36956b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,18 +32,4 @@ jobs: run: goreleaser build --snapshot --rm-dist - name: Test run: go test -v ./... - - name: GoReleaser Action - # You may pin to the exact commit or the version. - # uses: goreleaser/goreleaser-action@5a54d7e660bda43b405e8463261b3d25631ffe86 - uses: goreleaser/goreleaser-action@v2.7.0 - with: - # GoReleaser Distribution (goreleaser or goreleaser-pro) - distribution: goreleaser # optional, default is goreleaser - # GoReleaser version - version: latest # optional, default is latest - # Arguments to pass to GoReleaser - # args: # optional - # Working directory (below repository root) - # workdir: # optional, default is . - # Just install GoReleaser - # install-only: # optional, default is +