.gitea/workflows/release.yml aktualisiert
Some checks failed
Release Plugin / release (push) Failing after 3s

This commit is contained in:
2026-03-02 12:27:05 +01:00
parent be5d1ed18c
commit 8db121d08f

View File

@@ -23,7 +23,7 @@ jobs:
run: |
git clone --depth 1 \
--branch ${{ github.ref_name }} \
http://x-access-token:${{ secrets.GITEA_TOKEN }}@${{ vars.GITEA_URL }}/${{ github.repository }}.git \
http://x-access-token:${{ secrets.RELEASE_TOKEN }}@${{ vars.RELEASE_URL }}/${{ github.repository }}.git \
.
- name: Determine version and channel