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 c95040a commit 51be370Copy full SHA for 51be370
.github/workflows/release-build.yml
@@ -209,7 +209,7 @@ jobs:
209
id: create_release_branch
210
run: |
211
RELEASE_VERSION="${{ steps.determine_version.outputs.release_version }}"
212
- BRANCH_NAME="release/${RELEASE_VERSION}"
+ BRANCH_NAME="releases/${RELEASE_VERSION}"
213
214
# Configure git
215
git config --local user.email "action@github.com"
@@ -233,7 +233,7 @@ jobs:
233
id: create_test_branch
234
235
236
237
238
# Checkout the base release branch
239
echo "Checking out the release branch ${BRANCH_NAME}..."
0 commit comments