Skip to content

Commit

Permalink
ruby 세팅 수정 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
likppi10 committed Aug 26, 2023
1 parent ce0a916 commit 6fd6f45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ jobs:
# 이 위까지는 만일 핫픽스로 급한 경우에 바로 main에 push 할 경우가 생길 수 있으므로 ci 보존

# Fastlane 위한 Ruby Setting
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler: Gemfile.lock
bundler-cache: true
ruby-version: default
working-directory: .Using 2.7.2 as input from file .ruby-version

# Fastlane Setting
- name: Set Up fastlane And Publish Google Play
Expand Down

0 comments on commit 6fd6f45

Please sign in to comment.