Skip to content

Commit

Permalink
Merge pull request #13 from dmurphy18/fix_cut_release_4
Browse files Browse the repository at this point in the history
Changed branch develop to main
  • Loading branch information
dmurphy18 authored Dec 4, 2024
2 parents a12f2d8 + 1938dd0 commit ef441b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/cut-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef441b1

Please sign in to comment.