Fix release notes deploy step

This commit is contained in:
Andrew 2024-04-23 09:01:16 +12:00 committed by andrews05
parent 1ad90b389f
commit dd94bbef37

View file

@ -95,7 +95,7 @@ jobs:
cargo deb --target "${{ matrix.target }}" --no-build --no-strip
- name: Create release notes
run: tail -n +2 CHANGELOG.md | sed -e '/^$/,$d' > RELEASE_NOTES.txt
run: tail -n +3 CHANGELOG.md | sed -e '/^$/,$d' > RELEASE_NOTES.txt
- name: Create release
uses: softprops/action-gh-release@v2