Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
likppi10 authored Aug 26, 2023
2 parents d111fec + c25475f commit c4d93b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


name: Android CD

env:
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler: "Gemfile.lock"
bundler: "Gemfile.lock"
bundler-cache: true

# Fastlane Setting
Expand All @@ -72,4 +73,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 c4d93b1

Please sign in to comment.