3
0

gitea actions ng12

This commit is contained in:
Michael Otto
2026-03-17 11:16:49 +01:00
parent 0f57cd2c43
commit 200791c88d

View File

@@ -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: |