Compare commits

...

2 Commits
v4 ... v6

Author SHA1 Message Date
Michael Otto
c11afa9383 Add release workflow 2026-03-03 07:39:17 +01:00
Michael Otto
78035e08b9 Add release workflow 2026-03-03 07:38:19 +01:00

View File

@@ -20,19 +20,10 @@ jobs:
apk add --no-cache git zip curl jq rsync bash
git config --global http.sslVerify false
- name: Remote URL fixen
run: |
CURRENT_URL=$(git config --get remote.origin.url)
echo "Original URL: $CURRENT_URL"
# Hostnamen durch RELEASE_URL ersetzen
NEW_URL=$(echo "$CURRENT_URL" | sed "s|://[^/]*|://${{ secrets.RELEASE_TOKEN }}:@${{ vars.RELEASE_URL }}|")
echo "Neue URL: $NEW_URL"
git remote set-url origin "$NEW_URL"
- name: Repository auschecken
uses: actions/checkout@v3
with:
repository: ${{ secrets.RELEASE_TOKEN }}:@https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git
- name: Debug Info
run: |