From 2a778a6fa69c71b86e5f2f3d4cfcf78ac7de3abf Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Tue, 6 Jun 2023 18:23:50 -0400 Subject: [PATCH] fix(ci): update detached HEAD to main Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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