Skip to content

Commit

Permalink
Use head to reduce the length of whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
lihenggui committed Jul 8, 2023
1 parent a0529f6 commit fccb5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Write whats new info
run: |
mkdir -p ${{ github.workspace }}/distribution/whatsnew/
echo '${{ steps.build_changelog.outputs.changelog }}' | cut -c 1-490 >> ${{ github.workspace }}/distribution/whatsnew/whatsnew-en-US
echo '${{ steps.build_changelog.outputs.changelog }}' | head -c 490 >> ${{ github.workspace }}/distribution/whatsnew/whatsnew-en-US
- name: Upload built Market apk
if: success()
Expand Down

0 comments on commit fccb5f4

Please sign in to comment.