diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 032fd20..844a546 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -347,7 +347,7 @@ jobs: URL=${{ steps.metadata.outputs.homepage }}/releases/download/${{ steps.daten.outputs.version }}-${{ steps.daten.outputs.channel }}/${{ steps.daten.outputs.zip_file }} ENTRY="${ENTRY//\{\{URL\}\}/$URL}" - #https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/releases/download/54-unstable/sn_test.zip + ENTRY="${ENTRY//\{\{CHANGELOG\}\}/${{ steps.changelog.outputs.current }}}" echo "$ENTRY"