From 571b682b807125818f14d95d07a3bc417af2eb43 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Thu, 28 Aug 2025 18:50:15 +0200 Subject: [PATCH] Set the release name for play store to run-number (version) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2450e18..7fd0cf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -686,6 +686,7 @@ jobs: releaseFiles: "fladder-android/${{ needs.build-android.outputs.artifact_suffix }}.aab" track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'internal' || 'production' }} status: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'completed' || 'draft' }} + releaseName: "${{ github.run_number }} (${{ needs.fetch-info.outputs.version_name }})" release_web: name: Release Web