Fix release notes deploy step
This commit is contained in:
parent
1ad90b389f
commit
dd94bbef37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
cargo deb --target "${{ matrix.target }}" --no-build --no-strip
|
cargo deb --target "${{ matrix.target }}" --no-build --no-strip
|
||||||
|
|
||||||
- name: Create release notes
|
- 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
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue