diff --git a/.github/workflows/pubish.yml b/.github/workflows/pubish.yml index 5ab3429..ba3313e 100644 --- a/.github/workflows/pubish.yml +++ b/.github/workflows/pubish.yml @@ -23,6 +23,8 @@ jobs: - name: Update Version run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" npm version patch -m "Upgrade to %s" # 可以使用 major、minor 或 patch git push --follow-tags