Skip to content

Commit

Permalink
Final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 9, 2024
1 parent 6c8fe30 commit 203c3ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
')
NOTES="This release includes deb packages for the following versions.
Please check the relevant file in the Assets section below.
$LIST
Please check the relevant file in the Assets section below.
Packages are also available at https://packaging.ckan.org."
NOTES=$( echo $NOTES | sed 's/^[ \t]*//)
gh release create ${{ github.ref_name }} ./python-ckan* --verify-tag --notes "$NOTES"

0 comments on commit 203c3ff

Please sign in to comment.