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: