Skip to content

Commit 805bbb2

Browse files
chore: fix CI
Signed-off-by: Joris Mancini <[email protected]>
1 parent 368e71a commit 805bbb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Commit and tag release version
4343
run: |
4444
git config --global user.name "github-actions[bot]"
45-
git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com"
45+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4646
git checkout -b release-${{ github.ref_name }}
4747
git add .
4848
git commit -m "Prepare release ${{ github.ref_name }}"
@@ -80,7 +80,6 @@ jobs:
8080

8181
- name: Commit and tag release version
8282
run: |
83-
git checkout -b release-${{ github.ref_name }}
8483
git add .
8584
git commit -m "Prepare next release v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0"
8685

0 commit comments

Comments
 (0)