build id fixes
Some checks failed
Build and release debug APK / Build APK (pull_request) Has been cancelled
Some checks failed
Build and release debug APK / Build APK (pull_request) Has been cancelled
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
REF_NAME: ${{ github.ref_name }}
|
||||
run:
|
||||
# remove the 'v' prefix from the tag name
|
||||
echo "VERSION_NAME=${REF_NAME//v}" >> $GITHUB_ENV
|
||||
echo "BUILD_NAME=${REF_NAME//v}" >> $GITHUB_ENV
|
||||
|
||||
- name: Load secrets from github
|
||||
run: |
|
||||
@@ -53,4 +53,6 @@ jobs:
|
||||
- name: Run fastlane lane
|
||||
run: bundle exec fastlane deploy_testing
|
||||
working-directory: android
|
||||
# the environment variable VERSION_NAME is implicitly available
|
||||
env:
|
||||
BUILD_NUMBER: ${{ github.run_number }}
|
||||
# BUILD_NAME is implicitly available
|
||||
|
Reference in New Issue
Block a user