Skip to content

Commit

Permalink
Fastlane 업데이트 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
shp7724 authored Jan 18, 2024
1 parent fb51a81 commit d75dd2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
echo "BUILD_NUMBER=${{ steps.regex.outputs.group6 }}" >> $GITHUB_ENV
- name: Install Ruby Dependencies
run: bundle install
run: |
bundle install
bundle update fastlane
- name: Setup git ssh - repo mapping
uses: shaunco/ssh-agent@git-repo-mapping
Expand Down

0 comments on commit d75dd2f

Please sign in to comment.