From 724977c2f844e768bbd21ad6956d8d1122e2d5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:04:14 +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 5a6f51711ce2ba103b78f5e9550f810679f11e0e. - [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/1c214ab373197cfdedb8c44482a8faf4608192d7...5a6f51711ce2ba103b78f5e9550f810679f11e0e) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 5a6f51711ce2ba103b78f5e9550f810679f11e0e 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..d644e34 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@5a6f51711ce2ba103b78f5e9550f810679f11e0e with: generate_release_notes: true