From 02520ad0d965e8d6a3e71583847526f378619cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:05:45 +0000 Subject: [PATCH] chore(actions): bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1c214ab373197cfdedb8c44482a8faf4608192d7 to e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8. - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/1c214ab373197cfdedb8c44482a8faf4608192d7...e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8 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 451ffcf..2cf17e8 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@1c214ab373197cfdedb8c44482a8faf4608192d7 + uses: softprops/action-gh-release@e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8 with: generate_release_notes: true