diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19bd9d1c..3f151e6f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,6 +42,7 @@ jobs: prerelease: false, repo: context.repo.repo, tag_name: process.env.RELEASE_TAG, + target_commitish: "develop", }); core.exportVariable('RELEASE_HTML_URL', response.data.html_url);