Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into f…
Browse files Browse the repository at this point in the history
…eature/ML-196
  • Loading branch information
vodemn committed Nov 17, 2024
2 parents b306dab + 1e4aa33 commit 6df706e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ on:
required: true
type: boolean
default: true
release-track:
description: "Release track"
type: choice
required: true
options:
- production
- beta
default: production

env:
RELEASE_NOTES_ARTIFACT_NAME: release_notes_en_${{ inputs.version }}
Expand Down Expand Up @@ -128,6 +136,7 @@ jobs:
with:
artifacts: "m3_lightmeter.apk"
skipIfReleaseExists: true
prerelease: ${{ inputs.release-track == 'beta' }}
tag: "v${{ github.event.inputs.version }}"
bodyFile: "${{ env.RELEASE_NOTES_PATH }}/${{ env.RELEASE_NOTES_FILE }}"

Expand Down Expand Up @@ -178,7 +187,7 @@ jobs:
packageName: com.vodemn.lightmeter
releaseFiles: app-prod-release.aab
releaseName: ${{ env.release_name }}
track: production
track: ${{ inputs.release-track }}
status: completed
debugSymbols: merged_native_libs.zip
whatsNewDirectory: whatsnew
Expand Down

0 comments on commit 6df706e

Please sign in to comment.