Skip to content

Commit

Permalink
release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dongx0915 authored Jun 8, 2023
1 parent 9a20ab7 commit 3125a1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
- name: Access KAKAO_SDK_APPKEY
env:
KAKAO_SDK_APPKEY: ${{ secrets.KAKAO_SDK_APPKEY }}
run: echo KAKAO_SDK_APPKEY=$KAKAO_SDK_APPKEY > ./local.properties
NAVER_MAP_CLIENT_ID: ${{ secrets.NAVER_MAP_CLIENT_ID }}
run: |
echo KAKAO_SDK_APPKEY=$KAKAO_SDK_APPKEY > ./local.properties
echo NAVER_MAP_CLIENT_ID=$NAVER_MAP_CLIENT_ID >> ./local.properties
# Release 빌드
- name: Build Release APK
Expand Down

0 comments on commit 3125a1b

Please sign in to comment.