Skip to content

Commit bd596dc

Browse files
authored
Configure git in bump workflow (#3675)
1 parent ef7ad00 commit bd596dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bump.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@stable
25+
- name: configure git
26+
run: |
27+
git config --global user.email "[email protected]"
28+
git config --global user.name "GitHub Actions"
2529
- run: rustc publish.rs
2630
- run: git checkout -b bump
2731
- run: printf "bump versions for release\n\n" > /tmp/bump

0 commit comments

Comments
 (0)