Skip to content

Commit 096523d

Browse files
author
rahul-infra
committed
fix: create branch instead of renaming in detached HEAD
1 parent 1520738 commit 096523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
]
3838
}
3939
EOF
40-
git branch -m temp-preview-branch
40+
git checkout -b temp-preview-branch
4141
4242
- name: Preview Release
4343
id: semantic

0 commit comments

Comments
 (0)