From 6f0ed2855741877e8f307a72a9a6f67297447aee Mon Sep 17 00:00:00 2001 From: julienmalard Date: Sat, 20 Jan 2024 17:44:56 -0500 Subject: [PATCH] Update actions --- .github/workflows/npm-publish-next.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish-next.yml b/.github/workflows/npm-publish-next.yml index 71617a6..5b856d5 100644 --- a/.github/workflows/npm-publish-next.yml +++ b/.github/workflows/npm-publish-next.yml @@ -24,6 +24,7 @@ jobs: - run: | pnpm version prerelease --no-git-tag-version \ --preid=`git rev-parse --short HEAD` + git config --global user.name "Github Action" git commit package.json -m "next tag" pnpm publish --tag next env: