Skip to content

Commit a61c2fa

Browse files
authored
Update release-plz.yml
Make the git commit attempt not return exit code 1 if empty
1 parent 5a9b058 commit a61c2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
gh pr checkout $pr_number
7878
# change "echo" with your commands
7979
git add .
80-
git commit -m "ci: Update msrv and/or readme"
80+
git commit -m "ci: Update msrv and/or readme" | true
8181
git push
82-
fi
82+
fi

0 commit comments

Comments
 (0)