Skip to content

Commit

Permalink
Update Publish Script
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Dec 29, 2024
1 parent a00789e commit ceb509a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
git config --global user.email "sharunksplus@gmail.com"
git config --global user.email "sharun@sharunkumar.com"
git config --global user.name "Sharun"
sudo apt install libdbus-1-dev pkg-config
cargo bump
cargo check
git add . && git commit -m "bump version"
git add . && git commit -m "chore: bump version"
cargo publish && git push

0 comments on commit ceb509a

Please sign in to comment.