From 7fdae2a423e090cb660f08b5aa0b1e76885dda6e Mon Sep 17 00:00:00 2001 From: Coby Date: Wed, 11 Dec 2024 09:53:54 -0500 Subject: [PATCH] Configure GH before creating a tag --- .github/workflows/build-action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index 1a540c97b..b3edeefeb 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -311,6 +311,11 @@ jobs: env: INPUT_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Configure Git + run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + - name: Tag new version if: ${{ steps.publish.outputs.type }} # https://github.com/JS-DevTools/npm-publish?tab=readme-ov-file#action-output env: