From 2b8c11c51e59f667a328e55eaa94c7ebcf8047ae Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Fri, 7 Oct 2022 08:48:13 -0500 Subject: [PATCH] release.yml - target_commitish REF_NAME --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d3e5c33..aec93f51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} name: ${{ github.event.inputs.title }} tag_name: ${{ github.event.inputs.tag }} + target_commitish: ${{ GITHUB.REF_NAME }} generate_release_notes: ${{ github.event.inputs.generate_release_notes }} files: release-assets/Betaflight-Configurator-*/** draft: true