diff --git a/.github/workflows/release-start.yml b/.github/workflows/release-start.yml index d60635427b..dc21185b3e 100644 --- a/.github/workflows/release-start.yml +++ b/.github/workflows/release-start.yml @@ -31,6 +31,12 @@ jobs: - name: Run Python script to update base branch version run: python scripts/updateVersionName.py ${{ inputs.version_name }} + - name: setup git config + run: | + # setup the username and email. + git config user.name "GitHub Actions Bot" + git config user.email "" + - name: Commit and Push Changes run: | git add .