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 5798e33 commit af074c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_google_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# Create a directory for "What's New"
mkdir -p distribution/whatsnew
# Create the file with the correct BCP 47 locale code (for example, en-US)
echo "$LAST_COMMENT" > distribution/whatsnew/whatsnew-en-US.txt
echo "$LAST_COMMENT" > distribution/whatsnew/whatsnew-ko-KR
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand All @@ -143,4 +143,4 @@ jobs:
releaseFiles: app/build/outputs/bundle/release/app-release.aab
whatsNewDirectory: distribution/whatsnew
track: internal
status: draft
status: draft

0 comments on commit af074c5

Please sign in to comment.