diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c6906de..3dc280d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + ref: ${{ github.event.workflow_run.head_sha }} fetch-depth: 0 - name: Install dependencies