Skip to content

Commit

Permalink
Use table
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 5, 2024
1 parent 12c08b2 commit a671c08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
run: |
VERSIONS=$(cat "VERSIONS.json")
TABLE=$(echo "| Ubuntu Version | CKAN Ref |\n|---|---|\n" && echo $VERSIONS | jq -r '
(.[] | ["| \(.ubuntu_version) | \(.ckan_ref) |\n"]) |
LIST=$(echo $VERSIONS | jq -r '
(.[] | ["* \(.ckan_ref) on Ubuntu \(.ubuntu_version)"]) |
.[]
')
')
NOTES="This release includes deb packages for the following versions.\n
NOTES="This release includes deb packages for the following versions.
Please check the relevant file in the Assets section below.
$TABLE
$LIST
Packages are also available at https://packaging.ckan.org."
Expand Down

0 comments on commit a671c08

Please sign in to comment.