Skip to content

Commit

Permalink
Fix email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Felerius committed Feb 14, 2023
1 parent e494fa4 commit 2e0155a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sed -i "s/^version = \".*\"$/version = \"${{ steps.calc-version.outputs.version }}\"/" Cargo.toml
- name: Publish new version to main
run: |
git config --global user.email "rust-maintainers@moia.io"
git config --global user.email "rust-maintainers@moiaorg.onmicrosoft.com"
git config --global user.name "MOIA Rust Maintainers"
git commit -am "Release ${{ steps.calc-version.outputs.version }}"
git push
Expand Down

0 comments on commit 2e0155a

Please sign in to comment.