Skip to content

Commit

Permalink
try bundle install in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Nov 21, 2024
1 parent fce1c2a commit eadadc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
github_handle:"${{ github.actor }}" \
is_hotfix:"true"
- name: Reinstall fastlane
run: bundle install

- name: Report success
env:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
Expand Down

0 comments on commit eadadc7

Please sign in to comment.