Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Nov 14, 2023
1 parent 2fb0327 commit d2aeb4e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ jobs:
runs-on: ubuntu-latest
name: Publish Crate
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Cache
uses: Swatinem/rust-cache@v2

- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Cargo Bump & Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
sudo apt install libdbus-1-dev pkg-config
cargo install cargo-bump
cargo bump
git config --global user.email "sharunksplus@gmail.com"
Expand Down

0 comments on commit d2aeb4e

Please sign in to comment.