diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98e6039..8abfb8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,6 @@ jobs: - name: Create Release run: | + git config --global user.email "cumtrobin@163.com" + git config --global user.name "cumt-robin" yarn create-release