feat: Add new job

This commit is contained in:
Anton Stubenbord
2023-06-14 12:23:22 +02:00
parent 1cbb044629
commit 95aa3fd54c

View File

@@ -66,8 +66,9 @@ jobs:
ruby-version: "2.6"
bundler-cache: true
working-directory: android
- run: |
- name: Build and publish artifacts
run: |
bundle exec fastlane publish_in_play_store track:${{ github.event.inputs.track }} is_draft:${{ github.event.inputs.is_draft }}
bundle exec fastlane github branch:${{ steps.extract_branch.outputs.branch }} is_draft:${{ github.event.inputs.is_draft }}
env: