1
0
mirror of https://gitea.com/gitea/helm-chart synced 2025-10-05 16:32:41 +02:00
This commit is contained in:
pat-s
2025-02-15 15:46:20 +01:00
parent dbe99e3665
commit c442b44d70

View File

@@ -19,7 +19,6 @@ jobs:
export ISSUE_NUMBER=$(curl -s "${{ gitea.event.repository.html_url }}/api/v1/repos/${{ gitea.repository }}/issues?state=open&q=Changelog%20for%20upcoming%20version" | jq '.[].number')
echo $RELEASE_NOTES
JSON_DATA=$(echo "" | jq -Rs --arg title 'Changelog for upcoming version' --arg body "$(cat changelog.md)" '{title: $title, body: $body}')
if [ -z "$ISSUE_NUMBER" ]; then