diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5c93d6d8..927b38e6 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -140,7 +140,7 @@ jobs: body: signed Develop MacOS Builds name: macOS builds tag_name: macos-beta - target_commitish: $GITHUB_SHA - prerelease : true + target_commitish: ${{ GITHUB_SHA }} + prerelease: true generate_release_notes: true fail_on_unmatched_files: false