From a542b0e74850803026f0c0cb6aa7f1ad6e914c6c Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Fri, 23 Dec 2022 19:49:20 +0100 Subject: [PATCH] set github user for versioning commit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e07716..f289df8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ + - run: git config --global user.name "Github" && git config --global user.email "noreply@github.com" - run: npm version ${{ inputs.version }} -m "${{ inputs.message }}" - run: npm install && npm publish --access public env: