From 659fa8eb8f4fa1efd812d12876342a20a7236c0c Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Thu, 11 Sep 2025 16:10:07 +0100 Subject: [PATCH] Explicitly make the current commit be the one against which the git tag and release should be made Resolves #36. --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a534b14..9c594ca 100644 --- a/action.yml +++ b/action.yml @@ -206,6 +206,7 @@ runs: fail_on_unmatched_files: true tag_name: "${{ env.TAG }}" files: ${{ env.ASSETS }}/* + target_commitish: ${{ github.sha }} - name: "Upload the release" uses: actions/upload-artifact@v4