mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 06:50:42 +00:00
Create beta releases with CD
This commit is contained in:
parent
c0e26b8840
commit
38f99afa8c
2 changed files with 2 additions and 4 deletions
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
- [Pro] Added the ability to create custom films.
|
||||
- [Pro] Added the ability to select equipment profiles in use.
|
Loading…
Reference in a new issue