.gitea/workflows/release.yml aktualisiert

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: | run: |
git clone --depth 1 \ git clone --depth 1 \
--branch ${{ github.ref_name }} \ --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 - name: Determine version and channel