Skip to content

Commit

Permalink
Update CHANGELOG.md entry format in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 committed Dec 9, 2024
1 parent 5e1b7c8 commit 16b1585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Update CHANGELOG.md
if: ${{ needs.build-app.outputs.CREATE_RELEASE == 'true' }}
run: |
echo -e "\n${{ steps.last_release.outputs.html_url }} ${{ needs.build-app.outputs.CHANGELOG }}" >> CHANGELOG.md
echo -e "\n[${{ steps.last_release.outputs.name }}](${{ steps.last_release.outputs.html_url }}) ${{ needs.build-app.outputs.CHANGELOG }}" >> CHANGELOG.md
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 16b1585

Please sign in to comment.