3
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Michael Otto
e86929ef62 Merge branch 'feature/release' of https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Repository into feature/release 2026-03-03 13:46:18 +01:00
Michael Otto
801ff7e373 Fehlerbehebung 2026-03-03 13:45:06 +01:00
2 changed files with 4 additions and 6 deletions

View File

@@ -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 "/<plugin name=\"${PLUGIN//\//\\/}\"/,/<\/plugin>/d" "$FILE"
sed -i "/<plugin name=\"${NAME//\//\\/}\"/,/<\/plugin>/d" "$FILE"
- name: Template anwenden und neue XML erzeugen
run: |
@@ -110,7 +110,7 @@ jobs:
# Neue Datei erzeugen
{
# Alles vor </plugins>
sed '/<\/plugins>/q' "$FILE"
sed '/<\/plugins>/d' "$FILE"
# Neuen Eintrag einfügen
printf "%s\n" "$ENTRY"

View File

@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<plugins>
<pyqgis_plugin name="LNO Sachsen | Plugin Test Action" version="57" plugin_id="plugin_folder">
<description>Test plugin for release pipeline</description>
@@ -9,9 +10,6 @@
<qgis_maximum_version>3.99</qgis_maximum_version>
<experimental>True </experimental>
<deprecated>False</deprecated>
<homepage>https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action</homepage>
<tracker>https://.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/issues</tracker>
<repository>https://.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action</repository>
<tags>Flurbereinigung</tags>
<changelog>Automatischer Release</changelog>
</pyqgis_plugin>