diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 18bff7f..8e38f1e 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -77,6 +77,6 @@ jobs: gh pr checkout $pr_number # change "echo" with your commands git add . - git commit -m "ci: Update msrv and/or readme" + git commit -m "ci: Update msrv and/or readme" | true git push - fi \ No newline at end of file + fi