fix(ci): update detached HEAD to main

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-06-06 18:23:50 -04:00
parent 14d702a34f
commit 2a778a6fa6

View File

@@ -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