diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7111366f..6616e61c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: ${{ github.event.workflow_run.head_sha }} + ref: ${{ github.event.workflow_run.head_branch }} - name: Cache turbo build setup uses: actions/cache@v4