From 2d840e2049b710b4975a63c022dfc386a08e3af4 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:15:02 +0100 Subject: [PATCH 1/3] test --- .github/workflows/build-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index f1befd57..5c93d6d8 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -139,8 +139,8 @@ jobs: dist/Cider.pkg body: signed Develop MacOS Builds name: macOS builds - tag_name: macos-beta + tag_name: macos-beta + target_commitish: $GITHUB_SHA prerelease : true generate_release_notes: true - append_body : false - fail_on_unmatched_files: false \ No newline at end of file + fail_on_unmatched_files: false From 66826e018bcf1ce5e1c09812dff5e35f0be86fbd Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:31:39 +0100 Subject: [PATCH 2/3] again --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a6f06792d0f69bc05b2584bddd27e456109ce33b Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:34:10 +0100 Subject: [PATCH 3/3] Update build-macos.yml --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 927b38e6..be849760 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 }} + target_commitish: ${{ env.GITHUB_SHA }} prerelease: true generate_release_notes: true fail_on_unmatched_files: false