Fix typos in release workflow

This commit is contained in:
Edoardo Pirovano 2022-03-30 10:28:34 +01:00
parent d8576e34bf
commit 1d58cc1f27
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28

View file

@ -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
@ -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}