From 03ed57d4b3a939894cddcf82afdce48aa48bfa3f Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Thu, 28 Mar 2024 23:04:23 +0100 Subject: [PATCH] Fix 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 7ea035d..1a8cec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: name: ${{ env.RELEASE_NAME }} tag_name: ${{ env.RELEASE_TAGNAME }} fail_on_unmatched_files: false - target_commitish: ${{ env.RELEASE_NAME }} + target_commitish: ${{ github.sha }} body: | Last updated on ${{ env.RELEASE_DATE }} files: |