Skip to content

Commit

Permalink
chore: Tweak changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Nov 10, 2024
1 parent b68f252 commit 6b0105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
git diff
git config --global user.email "[email protected]"
git config --global user.name "github-actions"
git add -A
git add CHANGELOG.adoc
git commit -m "Update CHANGELOG" || exit 0

0 comments on commit 6b0105b

Please sign in to comment.