Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Refactor ] : 위치 수정 #294

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
FASTLANE_ENV: ${{ secrets.FASTLANE_ENV }}
steps:
- uses: actions/checkout@v2

- name: Set up Ruby and allow Gemfile modifications
run: |
bundle config --local path vendor/bundle
bundle config --local bin vendor/bundle/bin
- name: set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -115,6 +109,11 @@ jobs:
run: bundle install
# working-directory: ./fastlane

- name: Set up Ruby and allow Gemfile modifications
run: |
bundle config --local path vendor/bundle
bundle config --local bin vendor/bundle/bin
- name: Install Firebase app distribution plugin
run: fastlane add_plugin firebase_app_distribution

Expand Down
Loading