Skip to content

Commit 48a636c

Browse files
author
Cynthia Jiang
committed
rename the release branch
1 parent 5549b36 commit 48a636c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: 'skip integration tests?'
1313
default: 0
1414
working_branch:
15-
description: 'If already a working in progress branch'
15+
description: 'If already a working in progress release branch'
1616
default: None
1717

1818
jobs:

.github/workflows/update_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: name-branch
6767
run: |
6868
date_str=$(date "+%Y%m%d-%H%M%S")
69-
new_branch=version-${{github.event.inputs.package_version_number}}-${date_str}
69+
new_branch=release-${{github.event.inputs.package_version_number}}-${date_str}
7070
echo "NEW_BRANCH=${new_branch}" >> $GITHUB_ENV
7171
echo "::set-output name=new_branch::${new_branch}"
7272

0 commit comments

Comments
 (0)