From 843dfe15896983d0d190be5918c7c6e38157e616 Mon Sep 17 00:00:00 2001 From: Javier Romero Date: Wed, 1 Sep 2021 15:10:37 -0500 Subject: [PATCH] Set the target_commitish for release tag Resolves #1213 Signed-off-by: Javier Romero --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 748e7137d6..d2ef78fc44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,6 +239,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + target_commitish: ${{ github.sha }} tag_name: v${{ env.PACK_VERSION }} name: pack v${{ env.PACK_VERSION }} draft: true