Skip to content

Commit

Permalink
Configure git in bump workflow (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Oct 31, 2023
1 parent ef7ad00 commit bd596dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: configure git
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- run: rustc publish.rs
- run: git checkout -b bump
- run: printf "bump versions for release\n\n" > /tmp/bump
Expand Down

0 comments on commit bd596dc

Please sign in to comment.