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.
2 parents d8576e3 + 1d58cc1 commit bfe9e81Copy full SHA for bfe9e81
.github/workflows/update-release-branch.yml
@@ -49,7 +49,7 @@ jobs:
49
python .github/update-release-branch.py \
50
--github-token ${{ secrets.GITHUB_TOKEN }} \
51
--repository-nwo ${{ github.repository }} \
52
- --mode release-v2 \
+ --mode v2-release \
53
--conductor ${GITHUB_ACTOR}
54
55
- name: Update v1 release branch
@@ -58,5 +58,5 @@ jobs:
58
59
60
61
- --mode release-v1 \
+ --mode v1-release \
62
0 commit comments