From 200791c88d979eefcfb40ee99c7c593584562906 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Tue, 17 Mar 2026 11:16:49 +0100 Subject: [PATCH] gitea actions ng12 --- .gitea/workflows/release.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 729df20..85693e3 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -65,6 +65,15 @@ jobs: GIT_PLUGIN_URL: ${{ steps.daten.outputs.git_plugin_url }} RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} + - name: Metadata anpassen + run: | + cd plugin + sed -i "s/\${VERSION}/${VERSION}/g" metadata.txt + cat metadata.txt + + env: + VERSION: ${{ steps.daten.outputs.version }} + - name: ZIP-Datei erstellen id: zip run: |