Skip to content

Commit f8d6bb6

Browse files
author
LE SAULNIER Kevin
committed
fix prepare release branch name
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent d8567a1 commit f8d6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
commit_hash=$(git rev-list -n 1 --before="$commit_date" main)
9292
git checkout $commit_hash
9393
94-
branch_name="prepare-release-${{github.event.inputs.release-version}}"
94+
branch_name="prepare-release-v${{github.event.inputs.release-version}}"
9595
# Check if *branch_name* already exists
9696
if git ls-remote --exit-code origin "refs/heads/$branch_name"; then
9797
echo "❌ Warning for $folder: Branch $branch_name already exists"

0 commit comments

Comments
 (0)