Skip to content

Commit

Permalink
ruby setting (#98)
Browse files Browse the repository at this point in the history
* ruby 세팅 수정 (#93)

* ruby 세팅 수정 (#95)

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml
  • Loading branch information
likppi10 committed Aug 26, 2023
1 parent 6cfdc7c commit bfdc9b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


name: Android CD

env:
Expand Down Expand Up @@ -59,10 +61,8 @@ jobs:
# Fastlane 위한 Ruby Setting
- uses: ruby/setup-ruby@v1
with:
bundler: Gemfile.lock
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 bfdc9b5

Please sign in to comment.