mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Set the release name for play store to run-number (version)
This commit is contained in:
parent
c05dba7f85
commit
571b682b80
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue