diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6369d74f..af2b9d53 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,6 +46,9 @@ jobs: name: Release GitHub runs-on: ubuntu-24.04 steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Create GitHub release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}