Skip to content

Commit

Permalink
Fix typos in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Mar 30, 2022
1 parent d8576e3 commit 1d58cc1
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 1d58cc1

Please sign in to comment.