mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore(ci): allow overriding IAU priority
This commit is contained in:
parent
d41a1f444f
commit
d65b8b6799
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -1,6 +1,12 @@
|
||||||
name: Release to Google Play
|
name: Release to Google Play
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
inAppUpdatePriority:
|
||||||
|
description: 'In app update priority (0-5)'
|
||||||
|
type: number
|
||||||
|
default: "0"
|
||||||
|
required: false
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
@ -95,6 +101,7 @@ jobs:
|
||||||
status: completed
|
status: completed
|
||||||
track: production
|
track: production
|
||||||
whatsNewDirectory: distribution/whatsnew
|
whatsNewDirectory: distribution/whatsnew
|
||||||
|
inAppUpdatePriority: ${{ inputs.inAppUpdatePriority }}
|
||||||
|
|
||||||
- name: Post-release work
|
- name: Post-release work
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue