diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index c604fa2..ed80d62 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -74,10 +74,10 @@ jobs: run: | cd repo FILE="${{ steps.xmlfile.outputs.file }}" - PLUGIN="${{ steps.payload.outputs.plugin }}" + NAME="${{ steps.payload.outputs.name }}" # Entfernt den kompletten Plugin-Block - sed -i "//d" "$FILE" + sed -i "//d" "$FILE" - name: Template anwenden und neue XML erzeugen run: | @@ -110,7 +110,7 @@ jobs: # Neue Datei erzeugen { # Alles vor - sed '/<\/plugins>/q' "$FILE" + sed '/<\/plugins>/d' "$FILE" # Neuen Eintrag einfügen printf "%s\n" "$ENTRY" diff --git a/plugins.xml b/plugins.xml index 317c0ec..f23c664 100644 --- a/plugins.xml +++ b/plugins.xml @@ -1,14 +1,18 @@ + - + Test plugin for release pipeline - 54 + 57 Daniel Helbig, Michael Otto daniel.helbig@kreis-meissen.de, michael.otto@landkreis-mittelsachsen.de - https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/releases/download/v54/Plugin_Test_Action-54.zip + https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/releases/download/v57/Plugin_Test_Action-57.zip 3.0 3.99 True False + https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action + https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/issues + https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action Flurbereinigung Automatischer Release