From d65b8b6799037e7780cdfb0bb419fa68b879fcd4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 2 Aug 2023 23:52:49 +0530 Subject: [PATCH] chore(ci): allow overriding IAU priority --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ec52ffd..843b57e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,12 @@ name: Release to Google Play on: workflow_dispatch: + inputs: + inAppUpdatePriority: + description: 'In app update priority (0-5)' + type: number + default: "0" + required: false concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -95,6 +101,7 @@ jobs: status: completed track: production whatsNewDirectory: distribution/whatsnew + inAppUpdatePriority: ${{ inputs.inAppUpdatePriority }} - name: Post-release work shell: bash