diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index d84cd864b..ad4acc8e1 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -263,6 +263,7 @@ jobs: const response = await github.rest.repos.createRelease({ draft: false, generate_release_notes: true, + target_commitish: ${{ github.event.inputs.commit_hash}} name: process.env.RELEASE_TAG, owner: context.repo.owner, prerelease: false,