Compare commits

..

4 Commits
v1 ... v5

Author SHA1 Message Date
Michael Otto
78035e08b9 Add release workflow 2026-03-03 07:38:19 +01:00
Michael Otto
a2d8a1f1cf Add release workflow 2026-03-03 07:36:18 +01:00
Michael Otto
eb1c0fa6b9 Add release workflow 2026-03-03 07:29:17 +01:00
Michael Otto
cb71f30c29 Add release workflow 2026-03-03 07:27:55 +01:00

View File

@@ -15,10 +15,17 @@ jobs:
steps:
- name: Notwendige Abhängigkeiten installieren
shell: sh
run: |
apk add --no-cache git zip curl jq rsync bash
git config --global http.sslVerify false
- name: Repository auschecken
uses: actions/checkout@v3
with:
repository: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git
token: ${{ secrets.RELEASE_TOKEN }}
- name: Debug Info
run: |
echo "Tag: $GITEA_REF_NAME"