Update how release notes are posted

This commit is contained in:
eyedeekay
2024-03-20 12:02:43 -04:00
parent c47b7c0f76
commit 601b1db8d5
2 changed files with 29 additions and 1 deletions
+2 -1
View File
@@ -82,8 +82,9 @@ jobs:
- run: file * | tee -a changelog.txt
- run: echo '```' | tee -a changelog.txt
- run: echo "" | tee -a changelog.txt
- run: cat docs/RELEASE.md changelog.txt > RELEASE.md
- name: Upload artifacts
uses: ncipollo/release-action@v1
with:
artifacts: "*"
bodyFile: "changelog.txt"
bodyFile: "RELEASE.md"