Skip to content

Commit 5e6e252

Browse files
committed
fix hotfix branch name
1 parent 7bf33a3 commit 5e6e252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-hotfix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
HOTFIX_BRANCH: hotfix
2222
run: |
2323
# create hotfix branch from commit hash of the latest 'Version Packages'
24-
git checkout -b $TEMP_BRANCH_NAME $(git log origin/main -1 --grep='^Version Packages' --author='github-actions\[bot\]' --pretty=format:"%H")
25-
git push origin $TEMP_BRANCH_NAME
24+
git checkout -b $HOTFIX_BRANCH $(git log origin/main -1 --grep='^Version Packages' --author='github-actions\[bot\]' --pretty=format:"%H")
25+
git push origin $HOTFIX_BRANCH

0 commit comments

Comments
 (0)