diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1600c0d..a570c93 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 }}" \