diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 5392e8b..1600c0d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,12 +11,12 @@ jobs: runs-on: alpine-latest defaults: run: - shell: sh + shell: bash steps: - name: Install dependencies run: | - apk add --no-cache git zip curl jq rsync + apk add --no-cache git zip curl jq rsync bash git config --global http.sslVerify false - name: Checkout