fix(ci): [Android] Use commit hash for version naming

This commit is contained in:
Jagandeep Brar
2022-01-19 12:08:21 -05:00
parent 3717ba0974
commit 8ada02bf83
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ on:
deploy:
type: boolean
required: true
description: 'Deploy to Store Fronts?'
description: 'Deploy'
default: "true"
jobs:

View File

@@ -46,4 +46,4 @@ jobs:
SUPPLY_JSON_KEY: ${{ github.workspace }}/.fastlane-android-auth.json
run: |
bundle install
bundle exec fastlane deploy track:${{ inputs.FLAVOR }} aab:${{ github.workspace }}/app-release.aab version_name:android-${{ inputs.VERSION }}
bundle exec fastlane deploy track:${{ inputs.FLAVOR }} aab:${{ github.workspace }}/app-release.aab version_name:${{ github.sha }}