From b5ebca252b4811797f0348dd356d9f4259788b78 Mon Sep 17 00:00:00 2001 From: lucagiove Date: Fri, 22 Dec 2023 12:08:56 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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