Skip to content

Commit

Permalink
Fix release notes deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Apr 23, 2024
1 parent 1ad90b3 commit dd94bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd94bbe

Please sign in to comment.