diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 5944b7f..eca88f6 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -87,6 +87,10 @@ jobs: GIT_PLUGIN_URL: ${{ steps.daten.outputs.git_plugin_url }} RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} + - name: Metadata kopieren + run: | + cp plugin/.gitea/templates/metadata.template plugin/metadata.txt + - name: Metadata anpassen run: | cd plugin