From c95e8191eaf0fb6b6f4595543ada0962ce5ef40f Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:21:48 +0100 Subject: [PATCH] Try fixing tag release publish --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69cd396b..389727bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: name: ${{ github.ref_name }} tag_name: release-${{ github.ref_name }} fail_on_unmatched_files: false - target_commitish: ${{ github.ref_name }} + target_commitish: ${{ github.sha }} files: | artifacts/BeamAdapter_*_Linux.zip artifacts/BeamAdapter_*_Windows.zip