From 8c0ba0dbfbb6cb8b1416b73fe0eff81ad3c802cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:54:09 +0200 Subject: [PATCH] Bump goreleaser/goreleaser-action from 5 to 6 (#24) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2396b46..ccb34f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: go-version-file: go.mod - name: Run GoReleaser and publish - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 if: "startsWith(github.ref, 'refs/tags/')" with: version: latest @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser, but skip publish - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 if: "!startsWith(github.ref, 'refs/tags/')" with: version: latest