Skip to content

Commit

Permalink
Merge pull request #4 from capricorn86/update-happy-dom-on-release
Browse files Browse the repository at this point in the history
fix: [#1] Updates Happy DOM on release
  • Loading branch information
capricorn86 authored Jan 29, 2024
2 parents aeedf3d + e6d0b43 commit 70a8848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:

- name: Push changes
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add .
git commit -m "Release ${{ needs.check-next-version.outputs.next_version }}"
git push
Expand Down

0 comments on commit 70a8848

Please sign in to comment.