Skip to content

Commit 9625d36

Browse files
committed
chore: [#1272] Try to fix the release
1 parent d5bbc7c commit 9625d36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ jobs:
107107

108108
- name: Configures Git
109109
run: |
110-
git config --local user.email "[email protected]"
111-
git config --local user.name "GitHub Action"
110+
git config --global user.name "${{ github.actor }}"
111+
git config --global user.email "$(git log --format='%ae' HEAD^!)"
112+
git remote set-url origin https://${{ secrets.GIT_REPOSITORY_URL_USERNAME }}:${{ secrets.GIT_REPOSITORY_URL_ACCESS_TOKEN }}@github.com/capricorn86/happy-dom.git
112113
113114
- name: Creates release branch
114115
run: |

0 commit comments

Comments
 (0)