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