From ee989351a41677b0150f092708530bcba8e9c721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:04:21 +0000 Subject: [PATCH] chore(actions): bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 975c1b265e11dd76618af1c374e7981f9a6ff44a to 132dbbba49e22bd4837f09b46d32a8edaf6baa58. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/975c1b265e11dd76618af1c374e7981f9a6ff44a...132dbbba49e22bd4837f09b46d32a8edaf6baa58) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 132dbbba49e22bd4837f09b46d32a8edaf6baa58 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index b013cca..7918b11 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -31,6 +31,6 @@ jobs: steps: - uses: actions/checkout@v7 - name: Release - uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a + uses: softprops/action-gh-release@132dbbba49e22bd4837f09b46d32a8edaf6baa58 with: generate_release_notes: true