Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdeveloper authored Jan 4, 2024
1 parent 045cc22 commit 14ff6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --local user.name "GitHub Action"
cargo install cargo-bump
VERSION=$(cargo bump patch)
git commit -am "Bump version to ${{VERSION}}"
git commit -am "Bump version to $VERSION"
git tag $VERSION
git push && git push --tags
git branch $VERSION

0 comments on commit 14ff6b6

Please sign in to comment.