Skip to content

Commit

Permalink
Merge pull request #1003 from github/edoardo/fix-workflow
Browse files Browse the repository at this point in the history
Fix typos in release workflow
  • Loading branch information
Edoardo Pirovano authored and GitHub committed Mar 30, 2022
2 parents d8576e3 + 1d58cc1 commit bfe9e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python .github/update-release-branch.py \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--repository-nwo ${{ github.repository }} \
--mode release-v2 \
--mode v2-release \
--conductor ${GITHUB_ACTOR}
- name: Update v1 release branch
Expand All @@ -58,5 +58,5 @@ jobs:
python .github/update-release-branch.py \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--repository-nwo ${{ github.repository }} \
--mode release-v1 \
--mode v1-release \
--conductor ${GITHUB_ACTOR}

0 comments on commit bfe9e81

Please sign in to comment.