From 6eaea65db374be04a06105093c517f6ec472f2b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:02:02 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.6.1 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3c99198..d9ec6c6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -140,7 +140,7 @@ jobs: name: appbundles - name: Create Release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: name: "Build ${{ needs.build.outputs.release_tag || github.run_number }}" tag_name: "${{ needs.build.outputs.release_tag || github.run_number }}"