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 5549b36 commit 48a636cCopy full SHA for 48a636c
.github/workflows/package.yml
@@ -12,7 +12,7 @@ on:
12
description: 'skip integration tests?'
13
default: 0
14
working_branch:
15
- description: 'If already a working in progress branch'
+ description: 'If already a working in progress release branch'
16
default: None
17
18
jobs:
.github/workflows/update_versions.yml
@@ -66,7 +66,7 @@ jobs:
66
id: name-branch
67
run: |
68
date_str=$(date "+%Y%m%d-%H%M%S")
69
- new_branch=version-${{github.event.inputs.package_version_number}}-${date_str}
+ new_branch=release-${{github.event.inputs.package_version_number}}-${date_str}
70
echo "NEW_BRANCH=${new_branch}" >> $GITHUB_ENV
71
echo "::set-output name=new_branch::${new_branch}"
72
0 commit comments