diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dd4f302..8de8a90 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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