Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiove authored Dec 22, 2023
1 parent 3dd81c0 commit b5ebca2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ jobs:

- name: Test
run: pnpm run test

- name: Increase patch and commit
run: pnpm version patch

- name: Push Commit
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'action@github'
git push --follow-tags

0 comments on commit b5ebca2

Please sign in to comment.