chore: Update gh action and pubspec

This commit is contained in:
Anton Stubenbord
2023-04-27 19:33:43 +02:00
parent 3c24dbf419
commit 2c55fb933c
2 changed files with 4 additions and 8 deletions

View File

@@ -18,10 +18,6 @@ on:
- beta
- promote_to_production
- production
version_tag:
description: "Tag for the release"
required: true
type: string
is_draft:
description: "Only create a draft and don't automatically publish?"
required: true
@@ -56,7 +52,7 @@ jobs:
release-keystore-passphrase: ${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}
- name: Get packages and run codegen
run: |
run: |
bash install_dependencies.sh
working-directory: scripts
@@ -69,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 }}
env:
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
working-directory: android
@@ -104,7 +100,7 @@ jobs:
release-keystore-passphrase: ${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}
- name: Get packages and run codegen
run: |
run: |
bash install_dependencies.sh
working-directory: scripts