diff --git a/.github/workflows/latest-release.yaml b/.github/workflows/latest-release.yaml index 1adf42190..359b31628 100644 --- a/.github/workflows/latest-release.yaml +++ b/.github/workflows/latest-release.yaml @@ -58,7 +58,7 @@ jobs: build: uses: ./.github/workflows/build-binary.yaml with: - version: latest + version: ${{ needs.init.outputs.version }} publish: needs: [ init, build ]