Replace goreleaser action with make

* Use make

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Brugger <github@bakito.ch>
This commit is contained in:
dependabot[bot] 2024-06-10 06:50:33 +02:00 committed by GitHub
parent 3b6da33535
commit 6fa534dac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,4 @@ jobs:
go-version-file: "go.mod" go-version-file: "go.mod"
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5 run: make test-release
with:
version: latest
args: --skip-publish --snapshot --rm-dist