.gitea/workflows/release.yml aktualisiert

This commit is contained in:
2026-03-02 14:18:34 +01:00
parent c4b147d02c
commit 30e82929e9

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: alpine-latest
defaults:
run:
shell: bash
shell: sh
steps:
- name: Install dependencies
@@ -210,6 +210,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: Dispatch to Repository
shell: bash
run: |
curl -s -X POST \
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \