From 609ca7a267d69af1681adcc3f176025cf6bb6ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Bu=C3=9Fmann?= Date: Mon, 19 Aug 2024 19:23:15 +0200 Subject: [PATCH] chore: updated ci configuration to re-trigger merge from freb97/renovate/node-22.x-lockfile --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82cb177..85eea5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,9 @@ jobs: - name: Bump version id: bump_version run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + NEW_VERSION=$(npm version patch -m "chore: bumped package version to %s") echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV