Skip to content

Commit

Permalink
Make release_status configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Jul 27, 2023
1 parent c5153de commit 65957a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-android-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
description: 'Release name from google play console'
required: true
type: string
release_status:
description: 'Status of the release (defaults to completed)'
default: 'completed'
type: string
required: false

# ToDo: adapt names
env:
Expand Down Expand Up @@ -66,5 +71,6 @@ jobs:
serviceAccountJson: ${{ runner.temp }}/service-account.json
packageName: ${{ env.PACKAGE_NAME }}
releaseName: ${{ inputs.play_release }}
status: ${{ inputs.release_status }}
releaseFiles: ${{ env.BUNDLE_PATH }}
track: ${{ env.TRACK }}

0 comments on commit 65957a3

Please sign in to comment.