Skip to content

Commit

Permalink
add Cargo.lock during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davepmiller committed Dec 16, 2023
1 parent a05e325 commit e4090c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- run: cargo test
- run: cargo install cargo-bump
- run: cargo bump -g ${{ inputs.tag-increment }}
- run: git add Cargo.lock
- run: git commit -m "CI runner - update Cargo.lock"
- run: git push && git push --tags
- run: cargo publish --token ${{ secrets.CARGO_TOKEN }}

0 comments on commit e4090c6

Please sign in to comment.