From e6b6a360567f0ce95e90535bebe1c383edff869f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:33:27 +0000 Subject: [PATCH] =?UTF-8?q?chore(actions):=20update=20softprops/action-gh-?= =?UTF-8?q?release=20action=20(v2.5.3=20=E2=86=92=20v2.6.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 429c366..bfc4882 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -192,7 +192,7 @@ jobs: name: maccatalyst-release - name: Create Release - uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: tag_name: ${{ github.event_name == 'workflow_dispatch' && format('v{0}', github.event.inputs.version) || github.ref_name }} name: Release ${{ steps.get_version.outputs.version }}