diff --git a/.github/workflows/scripts/cut-release.py b/.github/workflows/scripts/cut-release.py index cd71528..7cf3aac 100644 --- a/.github/workflows/scripts/cut-release.py +++ b/.github/workflows/scripts/cut-release.py @@ -114,7 +114,7 @@ def get_generated_changelog(options): json={ "tag_name": options.release_tag, "previous_tag_name": options.previous_tag, - "target_commitish": "develop", + "target_commitish": "main", }, ) if response.status_code == 200: