Skip to content

Commit 5a11dfc

Browse files
authored
Update release-please.yml
1 parent 486aed1 commit 5a11dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
git config user.name "${GITHUB_ACTOR}"
5959
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6060
git add .
61-
git commit "chore: add docs for $(npm pkg get version --json | jq -r)"
61+
git commit -m "chore: add docs for $(npm pkg get version --json | jq -r)"
6262
git push --force
6363
6464
publish:

0 commit comments

Comments
 (0)