Skip to content

Commit

Permalink
Update internal_or_beta_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Nov 26, 2024
1 parent 742e61f commit bfb0919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/internal_or_beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ matrix.os }} == 'macos-latest'
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true
bundler-cache: false

- name: Install Fastlane
if: ${{ matrix.os }} == 'macos-latest'
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Configure Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true
bundler-cache: false

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Configure Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true
bundler-cache: false

- name: Install Fastlane
run: |
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Configure Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true
bundler-cache: false

- name: Install Fastlane
run: |
Expand Down

0 comments on commit bfb0919

Please sign in to comment.