Create beta releases with CD

This commit is contained in:
Vadim 2024-11-17 09:50:16 +01:00
parent c0e26b8840
commit 38f99afa8c
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,7 @@
name: Create new release
run-name: Release v${{ inputs.version }}
run-name: Release v${{ inputs.version }}${{ inputs.release-track == 'beta' && '-Beta' || '' }}
on:
workflow_dispatch:
@ -137,7 +137,7 @@ jobs:
artifacts: "m3_lightmeter.apk"
skipIfReleaseExists: true
prerelease: ${{ inputs.release-track == 'beta' }}
tag: "v${{ github.event.inputs.version }}"
tag: "v${{ github.event.inputs.version }}${{ inputs.release-track == 'beta' && '-beta' || '' }}"
bodyFile: "${{ env.RELEASE_NOTES_PATH }}/${{ env.RELEASE_NOTES_FILE }}"
create-google-play-release:

View file

@ -1,2 +0,0 @@
- [Pro] Added the ability to create custom films.
- [Pro] Added the ability to select equipment profiles in use.