Skip to content

Commit 7e3cf93

Browse files
authored
Update release-ci.yml
1 parent a954912 commit 7e3cf93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Release
4747
runs-on: ubuntu-latest
4848
needs: [build-release, build-debug]
49-
if: inputs.send_telegram == 'true' || inputs.send_github == 'true'
49+
if: github.event.inputs.send_telegram == 'true' || github.event.inputs.send_github == 'true'
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v4.2.2
@@ -205,7 +205,7 @@ jobs:
205205
playstore:
206206
name: Release to Play Store
207207
runs-on: ubuntu-latest
208-
if: inputs.send_playstore == 'true'
208+
if: github.event.inputs.send_playstore == 'true'
209209
needs: build-release
210210
steps:
211211
- name: Checkout
@@ -250,4 +250,4 @@ jobs:
250250
releaseFiles: ${{ steps.find_aab.outputs.AAB_PATH }}
251251
track: production
252252
status: completed
253-
inAppUpdatePriority: 5
253+
inAppUpdatePriority: 5

0 commit comments

Comments
 (0)