Skip to content

Commit 0ae2a3b

Browse files
author
Cynthia Jiang
committed
test
1 parent 8fcb14f commit 0ae2a3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update_versions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
id: name-branch
6565
run: |
6666
date_str=$(date "+%Y%m%d-%H%M%S")
67-
echo "NEW_BRANCH=version-${{github.event.inputs.package_version_number}}-${date_str}" >> $GITHUB_ENV
68-
echo "::set-output name=new_branch::${NEW_BRANCH}"
67+
new_branch=version-${{github.event.inputs.package_version_number}}-${date_str}
68+
echo "NEW_BRANCH=${new_branch}" >> $GITHUB_ENV
69+
echo "::set-output name=new_branch::${new_branch}"
6970
7071
- name: Create new branch
7172
run: |

0 commit comments

Comments
 (0)