From 8bf7d31fed61a603fe1fb6500057544609ef0335 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Mon, 5 Dec 2022 16:32:10 +0100 Subject: [PATCH] Update publish-new-version.yaml --- .github/workflows/publish-new-version.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 17426a12e3..89c9b3ceaa 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -35,6 +35,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: setup git config + run: | + git config user.name "GitHub Actions Bot" + git config user.email "<>" - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: