Skip to content

Commit

Permalink
Add 'git status' check in deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Jun 1, 2024
1 parent 7f8dcf4 commit 6e7a2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Bump version
run: |
cargo bump --version || cargo install cargo-bump
git status
cargo bump patch --git-tag
git commit -a --amend --no-edit
Expand Down

0 comments on commit 6e7a2ba

Please sign in to comment.