Removing last goreleaser step

because it's not clear what's needed there...
This commit is contained in:
Marcel M. Otte 2021-11-01 21:35:44 +01:00 committed by GitHub
parent b3facadbec
commit 6291ee5ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 15 deletions

View File

@ -32,18 +32,4 @@ jobs:
run: goreleaser build --snapshot --rm-dist run: goreleaser build --snapshot --rm-dist
- name: Test - name: Test
run: go test -v ./... 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