Skip to content

Commit

Permalink
cd 돌려보자
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Jun 20, 2024
1 parent 2313b55 commit e48ca33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
- name: Clean build
run: ./gradlew clean
- name: Setup google-services.json (Staging)
run: |
mkdir -p ./app/src/staging
cat << EOF > ./app/src/staging/google-services.json
${{ secrets.google_services_json_staging }}
EOF
- name: Setup google-services.json in build-logic (Staging)
run: |
mkdir -p ./build-logic/convention/src/staging
cat << EOF > ./build-logic/convention/src/staging/google-services.json
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
snuttVersionName=3.6.1
snuttVersionName=3.6.1-rc.1

0 comments on commit e48ca33

Please sign in to comment.