Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 9, 2024
1 parent f0e86b6 commit 2a1826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
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]*//')
NOTES=$( echo $NOTES | sed 's/^[ \t]*//' )
gh release create ${{ github.ref_name }} ./python-ckan* --verify-tag --notes "$NOTES"

0 comments on commit 2a1826c

Please sign in to comment.