Skip to content

Commit 5ad1468

Browse files
committed
Change commit title
1 parent ff49c8b commit 5ad1468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-docs-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if [ -z "$(git status -uno --porcelain)" ]; then
8484
echo "::set-output name=push::false"
8585
else
86-
git commit -m "${{ steps.changelog.outputs.commit }}" -a
86+
git commit -m "Release v${{ steps.changelog.outputs.version }}" -m "${{ steps.changelog.outputs.commit }}" -a
8787
echo "::set-output name=push::true"
8888
fi
8989
shell: bash

0 commit comments

Comments
 (0)