Skip to content

Commit

Permalink
-ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ji-hoon committed Sep 29, 2024
1 parent bbf6469 commit d8e7c18
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 @@ -126,7 +126,7 @@ jobs:
LAST_COMMENT=$(gh pr view $PR_NUMBER --comments --json comments --jq '.comments[-1].body')
echo "Last comment: $LAST_COMMENT"
# release note가 생성될 폴더
mkdir -p whatsnew
mkdir -p distribution/whatsnew
# 기본 note이며 나라에 따라서 en-US.txt 이런 형태로 만들면 다국어로 대응도 됨
echo "$LAST_COMMENT" > distribution/whatsnew/whatsnew-en-US.txt
env:
Expand Down

0 comments on commit d8e7c18

Please sign in to comment.