diff --git a/.gitea/workflows/sync-develop.yml b/.gitea/workflows/sync-develop.yml index f70ab3a..3e9a0f3 100644 --- a/.gitea/workflows/sync-develop.yml +++ b/.gitea/workflows/sync-develop.yml @@ -18,6 +18,9 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} + - name: Install curl + run: apk add --no-cache curl + - name: Create PR release → develop run: | RELEASE_BRANCH="${{ github.event.pull_request.head.ref }}"