From 905cb6cc7f8b3514ae8ba57edcba97d4a52839ba Mon Sep 17 00:00:00 2001 From: Owen Green Date: Wed, 22 Feb 2023 10:50:08 +0000 Subject: [PATCH] Tag release to correct commit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dab9c1..1607cfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,5 +101,6 @@ jobs: files: FluCoMa* prerelease: true tag_name: ${{ needs.linuxbuild.outputs.version }} + target_commitish: ${{ github.sha }} draft: false