Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 88e6e06

Browse files
Merge pull request #254 from google/release-workflow-git-config
Configure git to support creating a commit
2 parents 3466bf3 + 8cf261d commit 88e6e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run: ./build-scripts/build_compiler.js
4848
- name: Create release commit and tag
4949
run: |
50+
git config --global user.email "[email protected]"
51+
git config --global user.name "Github Bot"
5052
git add compiler
5153
yarn version --new-version ${{ github.event.inputs.COMPILER_VERSION_NUMBER }}.0.0
5254
git push origin master

0 commit comments

Comments
 (0)