mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update build-ios-release-pullrequest.yml
This commit is contained in:
parent
472307c271
commit
1da481542a
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,6 @@ jobs:
|
||||||
branch_name: ${{ steps.get_latest_commit_details.outputs.branch_name }}
|
branch_name: ${{ steps.get_latest_commit_details.outputs.branch_name }}
|
||||||
env:
|
env:
|
||||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
# Set Match to read-only for builds, only write new profiles manually
|
|
||||||
MATCH_READONLY: "true"
|
MATCH_READONLY: "true"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -31,7 +30,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Ensures the full Git history is available
|
fetch-depth: 0 # Ensures the full Git history is available
|
||||||
|
|
||||||
# Setup caching to speed up builds
|
|
||||||
- name: Setup Caching
|
- name: Setup Caching
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
@ -122,7 +120,7 @@ jobs:
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.1.6
|
ruby-version: 3.1.6
|
||||||
bundler-cache: true # This caches gems installed via bundler
|
bundler-cache: true
|
||||||
|
|
||||||
- name: Install Dependencies with Bundler
|
- name: Install Dependencies with Bundler
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue