We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8567a1 commit f8d6bb6Copy full SHA for f8d6bb6
.github/workflows/prepare-release.yml
@@ -91,7 +91,7 @@ jobs:
91
commit_hash=$(git rev-list -n 1 --before="$commit_date" main)
92
git checkout $commit_hash
93
94
- branch_name="prepare-release-${{github.event.inputs.release-version}}"
+ branch_name="prepare-release-v${{github.event.inputs.release-version}}"
95
# Check if *branch_name* already exists
96
if git ls-remote --exit-code origin "refs/heads/$branch_name"; then
97
echo "❌ Warning for $folder: Branch $branch_name already exists"
0 commit comments