diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d38e6de1..850d942f 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -86,4 +86,4 @@ jobs: jq --arg release_version "$(hatch version)" '.version = $release_version' < package.json > package.json.tmp && mv package.json.tmp package.json git add src/openllm/__about__.py package.json && git commit -sm "infra: bump to dev version of $(hatch version) [generated]" - git push + git push origin HEAD:main