Skip to content

Commit 51be370

Browse files
authored
Release branch name fix (#5595)
branch name
1 parent c95040a commit 51be370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
id: create_release_branch
210210
run: |
211211
RELEASE_VERSION="${{ steps.determine_version.outputs.release_version }}"
212-
BRANCH_NAME="release/${RELEASE_VERSION}"
212+
BRANCH_NAME="releases/${RELEASE_VERSION}"
213213
214214
# Configure git
215215
git config --local user.email "action@github.com"
@@ -233,7 +233,7 @@ jobs:
233233
id: create_test_branch
234234
run: |
235235
RELEASE_VERSION="${{ steps.determine_version.outputs.release_version }}"
236-
BRANCH_NAME="release/${RELEASE_VERSION}"
236+
BRANCH_NAME="releases/${RELEASE_VERSION}"
237237
238238
# Checkout the base release branch
239239
echo "Checking out the release branch ${BRANCH_NAME}..."

0 commit comments

Comments
 (0)