Skip to content

Commit

Permalink
chore: Fixing Fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 26, 2024
1 parent 7ef8058 commit a6a2de6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release_to_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
play_promote_production:
name: Play Publish Production
if: ${{ inputs.publish_to_play_store == true }}
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -33,7 +30,6 @@ jobs:
- name: Install Bundler
run: |
gem install bundler:2.2.27
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- uses: ./.github/actions/inflate-secrets
Expand Down

0 comments on commit a6a2de6

Please sign in to comment.