Skip to content

Commit bc83283

Browse files
authored
Update .github/workflows/release.yml
1 parent 1a43caa commit bc83283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
git checkout -b $branch
208208
git add docs/apidiffs
209-
git commit -m "$message"
209+
git commit -a -m "$message"
210210
git push --set-upstream origin $branch
211211
gh pr create --title "$message" \
212212
--body "$body" \

0 commit comments

Comments
 (0)