diff --git a/.github/workflows/deploy_google_play_store.yml b/.github/workflows/deploy_google_play_store.yml index 08885dba..2f92c64c 100644 --- a/.github/workflows/deploy_google_play_store.yml +++ b/.github/workflows/deploy_google_play_store.yml @@ -128,7 +128,7 @@ jobs: # release note가 생성될 폴더 mkdir -p whatsnew # 기본 note이며 나라에 따라서 en-US.txt 이런 형태로 만들면 다국어로 대응도 됨 - echo "$LAST_COMMENT" > whatsnew/whatsnew-en-US.txt + echo "$LAST_COMMENT" > whatsnew/ko-KR.txt env: GH_TOKEN: ${{secrets.GITHUB_TOKEN}}