mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-13 12:38:08 -04:00
fix(ci): update detached HEAD to main
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/release-notes.yml
vendored
2
.github/workflows/release-notes.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user