Skip to content

Commit

Permalink
Merge pull request #1279 from capricorn86/fix-problem-with-release-2
Browse files Browse the repository at this point in the history
chore: [#1272] Try to fix the release
  • Loading branch information
capricorn86 committed Feb 26, 2024
2 parents d5bbc7c + 9625d36 commit d78e19a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ jobs:

- name: Configures Git
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --global user.name "${{ github.actor }}"
git config --global user.email "$(git log --format='%ae' HEAD^!)"
git remote set-url origin https://${{ secrets.GIT_REPOSITORY_URL_USERNAME }}:${{ secrets.GIT_REPOSITORY_URL_ACCESS_TOKEN }}@github.com/capricorn86/happy-dom.git
- name: Creates release branch
run: |
Expand Down

0 comments on commit d78e19a

Please sign in to comment.