Skip to content

Commit 24e4255

Browse files
committed
Bump git-ai version to 0.2.15 and fix workflow commands
1 parent 78a226a commit 24e4255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131

3232
- name: Bump version
3333
run: |
34-
git stash || echo "No changes to stash"
34+
git stash || true
3535
cargo bump patch --git-tag
36-
git commit -a --amend --no-edit || echo "No changes to commit"
36+
git commit -a --amend --no-edit || true
3737
3838
- name: Push to GitHub
3939
run: git push origin HEAD --tags

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)