From b7c0b64f8c78ffd646edd9ed8b816242add42ace Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Thu, 19 Mar 2026 06:20:22 +0100 Subject: [PATCH] =?UTF-8?q?Add=20changelog=20in=20re=C3=B6ease.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"