mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update build-release-testflight-ipa.yml
This commit is contained in:
parent
c2edbd48b6
commit
2113b1a90f
1 changed files with 3 additions and 3 deletions
|
@ -90,12 +90,12 @@ jobs:
|
|||
run: bundle exec fastlane ios build_app_lane
|
||||
working-directory: ./ios
|
||||
|
||||
- name: Create App Store Connect API Key JSON
|
||||
run: echo '${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}' > ./ios/appstore_api_key.json
|
||||
|
||||
- name: Get Latest Commit Message
|
||||
run: echo "LATEST_COMMIT_MESSAGE=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
|
||||
|
||||
- name: Create App Store Connect API Key JSON
|
||||
run: echo '${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}' > ./ios/appstore_api_key.json
|
||||
|
||||
- name: Upload to TestFlight
|
||||
env:
|
||||
LATEST_COMMIT_MESSAGE: ${{ env.LATEST_COMMIT_MESSAGE }}
|
||||
|
|
Loading…
Add table
Reference in a new issue