We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adb84b commit fb94600Copy full SHA for fb94600
.github/workflows/changelog.yml
@@ -22,7 +22,7 @@ jobs:
22
rm git-chglog
23
git config user.name "github-actions[bot]"
24
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
25
- git add ./ChANGELOG.md
+ git add ./CHANGELOG.md
26
git commit -m "chore(docs): update CHANGELOG for latest tag"
27
git push origin HEAD:$REF
28
env:
0 commit comments