From 739af302d32fe4ae397a146c469350863b744b1b Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Tue, 3 Mar 2026 07:43:56 +0100 Subject: [PATCH] Add release workflow --- .gitea/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e29cb08..bc6c361 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,7 +23,10 @@ jobs: - name: Repository auschecken uses: actions/checkout@v3 with: - repository: ${{ secrets.RELEASE_TOKEN }}:@https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git + repository: AG_QGIS/Plugin_Test_Action.git + fetch-depth: 0 + token: ${{ secrets.RELEASE_TOKEN }} + git_url: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git - name: Debug Info run: |