Skip to content

Commit

Permalink
Set committer for rust release (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba authored Oct 21, 2024
1 parent c7322fe commit b469024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
- name: Install cargo-release
run: cargo install --locked cargo-release

- name: Setup git committer
run: |
git config --global user.email "joe@earthmover.io"
git config --global user.name "Joe Hamman"
- name: publish to crates
run: cargo release --no-confirm --tag-prefix icechunk-rust --execute
env:
Expand Down

0 comments on commit b469024

Please sign in to comment.