forked from AG_QGIS/Plugin_Test_Action
Anpassungen für Releasemeldung
This commit is contained in:
@@ -149,7 +149,7 @@ jobs:
|
||||
JSON=$(jq -n \
|
||||
--arg tag "$TAG" \
|
||||
--arg name "Version $VERSION" \
|
||||
--arg body "${{ steps.changelog.outputs.full }}" \
|
||||
--arg body "${{ steps.changelog.outputs.current }}" \
|
||||
'{tag_name: $tag, name: $name, body: $body, draft: false, prerelease: false}')
|
||||
|
||||
API_RESPONSE=$(curl -s -X POST "$API_URL" \
|
||||
|
||||
Reference in New Issue
Block a user