From 5d2d0e3d645b18012c758ebafe73ddb32990bd3c Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:21:16 -0500 Subject: [PATCH] Update release.yml fix config Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a163cec9b..8ca8415c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -213,7 +213,7 @@ jobs: prerelease: true release_name: Meshtastic Android ${{ env.versionNameBase }} (${{ env.versionCode }}) alpha tag_name: v${{ env.versionNameBase }} - target_commitish: ${{ github.event.inputs.branch }} + commitish: ${{ github.event.inputs.branch }} body: | Version: ${{ env.versionNameBase }} (${{ env.versionCode }})