Skip to content

Commit

Permalink
chore: improve changelog release
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-hieu committed Jul 28, 2024
1 parent 026454c commit 0cd3c63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:

- name: Read Changelog
id: read_changelog
run: echo "CHANGELOG_CONTENT<<EOF" >> $GITHUB_ENV && cat CHANGELOG.md >> $GITHUB_ENV && echo "EOF" >> $GITHUB_ENV
run: |
echo "CHANGELOG_CONTENT<<EOF" >> $GITHUB_ENV
cat CHANGELOG.md >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Create Release
id: create_release
Expand Down

0 comments on commit 0cd3c63

Please sign in to comment.