Skip to content

Commit bfe9e81

Browse files
Merge pull request #1003 from github/edoardo/fix-workflow
Fix typos in release workflow
2 parents d8576e3 + 1d58cc1 commit bfe9e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python .github/update-release-branch.py \
5050
--github-token ${{ secrets.GITHUB_TOKEN }} \
5151
--repository-nwo ${{ github.repository }} \
52-
--mode release-v2 \
52+
--mode v2-release \
5353
--conductor ${GITHUB_ACTOR}
5454
5555
- name: Update v1 release branch
@@ -58,5 +58,5 @@ jobs:
5858
python .github/update-release-branch.py \
5959
--github-token ${{ secrets.GITHUB_TOKEN }} \
6060
--repository-nwo ${{ github.repository }} \
61-
--mode release-v1 \
61+
--mode v1-release \
6262
--conductor ${GITHUB_ACTOR}

0 commit comments

Comments
 (0)