Skip to content

Commit

Permalink
ruby setting (#103)
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

* Update android-cd.yml

* Update android-cd.yml

* Update Gemfile.lock

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

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


name: Android CD

env:
Expand Down Expand Up @@ -61,8 +59,8 @@ jobs:
# Fastlane 위한 Ruby Setting
- uses: ruby/setup-ruby@v1
with:
bundler: "Gemfile.lock"
ruby-version: 2.7.2
bundler: "Gemfile.lock"
bundler-cache: true

# Fastlane Setting
Expand All @@ -73,4 +71,4 @@ jobs:
env:
SIGNING_KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}

0 comments on commit d47bbdf

Please sign in to comment.