feat: Bump version number, update descriptions, add changelog, fix google play action

This commit is contained in:
Anton Stubenbord
2023-05-29 17:30:12 +02:00
parent 795e677777
commit 5e9843f27f
6 changed files with 11 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ jobs:
# Build and deploy with Fastlane
# Naturally, promote_to_{alpha|beta|production} only deploys.
- run: bundle exec fastlane ${{ github.event.inputs.lane }}
- run: bundle exec fastlane ${{ github.event.inputs.lane }} is_draft:${{ github.event.inputs.is_draft }}
env:
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
working-directory: android