Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ji-hoon committed Sep 29, 2024
1 parent 72f2a3b commit 507f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_google_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# release note가 생성될 폴더
mkdir -p whatsnew
# 기본 note이며 나라에 따라서 en-US.txt 이런 형태로 만들면 다국어로 대응도 됨
echo "$LAST_COMMENT" > whatsnew/ko-KR.txt
echo "$LAST_COMMENT" > whatsnew/whatsnew-ko-KR.txt
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 507f428

Please sign in to comment.