From 13f1d40313eb68950051353eb4fa646bbcb4bb85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 04:08:18 +0000 Subject: [PATCH] chore: bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6.1.0...v6.2.1) --- 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 c8f6ec7..e007855 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.1.0 + uses: goreleaser/goreleaser-action@v6.2.1 with: version: latest args: release --rm-dist --config /tmp/.goreleaser.yml