Skip to content

Commit dd94bbe

Browse files
committed
Fix release notes deploy step
1 parent 1ad90b3 commit dd94bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cargo deb --target "${{ matrix.target }}" --no-build --no-strip
9696
9797
- name: Create release notes
98-
run: tail -n +2 CHANGELOG.md | sed -e '/^$/,$d' > RELEASE_NOTES.txt
98+
run: tail -n +3 CHANGELOG.md | sed -e '/^$/,$d' > RELEASE_NOTES.txt
9999

100100
- name: Create release
101101
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)