diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ac1267..cf013c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ steps.TAG_UTIL.outputs.githubTag }} + ref: ${{ needs.tag.outputs.githubTag}} - name: Install qemu dependency run: |