Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisimx committed Jan 6, 2025
1 parent fd2fa3d commit 8d3282f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,8 @@ jobs:
run: |
{
echo 'body<<EOF'
echo "This is a new minor version of Xournal++ with bug fixes and improvements from the community."
sed -n '/^xournalpp ([0-9.-]*).*/,/^ -- .*/{ /^xournalpp .*/! { /^ -- .*/ q;p } }' debian/changelog
echo "See https://github.com/xournalpp/xournalpp/blob/${{ needs.prepare.outputs.tag }}/CHANGELOG.md for a more detailled list of changes."
echo "This is a new minor version of ScanBridge with bug fixes and improvements from the community."
echo "See https://github.com/Chrisimx/ScanBridge/blob/${{ needs.prepare.outputs.tag }}/CHANGELOG.md for a more detailled list of changes."
echo EOF
} >> "$GITHUB_ENV"
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 8d3282f

Please sign in to comment.