Skip to content

Commit

Permalink
chore: [#1272] Try to fix the release
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Feb 25, 2024
1 parent 0d76bb3 commit f86f7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:

- name: Configures Git
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "$(git log --format='%ae' HEAD^!)"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Creates release branch
run: |
Expand Down

0 comments on commit f86f7c5

Please sign in to comment.