Skip to content

Commit

Permalink
Merge pull request #5 from capricorn86/update-happy-dom-on-release
Browse files Browse the repository at this point in the history
Update happy dom on release
  • Loading branch information
capricorn86 authored Jan 29, 2024
2 parents 70a8848 + 553ffa7 commit fa4b0dd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,16 @@ jobs:

- name: Install Happy DOM
run: npm install happy-dom@${{ needs.check-next-version.outputs.next_version }}
- name: Push changes

- name: Configures Git
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
- name: Creates release branch
run: |
git checkout -b release/${{ needs.check-next-version.outputs.next_version }} origin/main
git push origin release/${{ needs.check-next-version.outputs.next_version }}
- name: Prepare
run: npm run prepare
Expand Down

0 comments on commit fa4b0dd

Please sign in to comment.