Skip to content

Commit

Permalink
setup git config
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Jan 2, 2024
1 parent 45d2dc3 commit d344231
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<[email protected]>"
- name: Commit and Push Changes
run: |
git add .
Expand Down

0 comments on commit d344231

Please sign in to comment.