We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0a916 commit 6fd6f45Copy full SHA for 6fd6f45
.github/workflows/android-cd.yml
@@ -57,10 +57,12 @@ jobs:
57
# 이 위까지는 만일 핫픽스로 급한 경우에 바로 main에 push 할 경우가 생길 수 있으므로 ci 보존
58
59
# Fastlane 위한 Ruby Setting
60
- - uses: ruby/setup-ruby@v1
+ - uses: ruby/setup-ruby@v1
61
with:
62
- ruby-version: 2.7.2
+ bundler: Gemfile.lock
63
bundler-cache: true
64
+ ruby-version: default
65
+ working-directory: .Using 2.7.2 as input from file .ruby-version
66
67
# Fastlane Setting
68
- name: Set Up fastlane And Publish Google Play
0 commit comments