From 07452d5e9ffaf66c4c381c36b8ea554acbab1be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:49:08 +0000 Subject: [PATCH] chore: bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6.2.1...v6.3.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release_published.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_published.yml b/.github/workflows/release_published.yml index e007855..6e8dfa6 100644 --- a/.github/workflows/release_published.yml +++ b/.github/workflows/release_published.yml @@ -36,7 +36,7 @@ jobs: run: envsubst < .goreleaser.yml > /tmp/.goreleaser.yml - name: GoReleaser - uses: goreleaser/goreleaser-action@v6.2.1 + uses: goreleaser/goreleaser-action@v6.3.0 with: version: latest args: release --rm-dist --config /tmp/.goreleaser.yml