Skip to content

Commit

Permalink
Seperate GitHub and google play releases
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Jul 27, 2023
1 parent a53c081 commit 4e9c8eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-android-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Release (play console and GitHub)'
description: 'GitHub Release'
required: true
type: string
play_release:
description: 'Release name from google play console'
required: true
type: string

Expand Down Expand Up @@ -64,5 +68,6 @@ jobs:
with:
serviceAccountJson: ${{ runner.temp }}/service-account.json
packageName: ${{ env.PACKAGE_NAME }}
releaseFiles: ${{ env.BUNDLE_PATH }}
releaseName: ${{ inputs.play_release }}
releaseFiles: ${{ env.BUNDLE_DIR }}/${{ env.BUNDLE_NAME }}
track: ${{ env.TRACK }}

0 comments on commit 4e9c8eb

Please sign in to comment.