diff --git a/.github/workflows/createMacOSBinaries.yml b/.github/workflows/createMacOSBinaries.yml index 22fe4264f..3d7e27518 100644 --- a/.github/workflows/createMacOSBinaries.yml +++ b/.github/workflows/createMacOSBinaries.yml @@ -35,7 +35,7 @@ jobs: goarch: [ arm64,amd64 ] steps: - env: - releaseVersion: ${{ needs.extract_version.outputs.releaseVersion }} + releaseVersion: ${{ needs.Extract_Release_Version.outputs.releaseVersion }} run: echo "$OUTPUT1 $OUTPUT2" # Setup - name: Setup Go