mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix(ci): [Android] Use commit hash for version naming
This commit is contained in:
2
.github/workflows/all_platforms.yml
vendored
2
.github/workflows/all_platforms.yml
vendored
@@ -38,7 +38,7 @@ on:
|
||||
deploy:
|
||||
type: boolean
|
||||
required: true
|
||||
description: 'Deploy to Store Fronts?'
|
||||
description: 'Deploy'
|
||||
default: "true"
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/deploy_android.yml
vendored
2
.github/workflows/deploy_android.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user