Skip to content

Commit fb94600

Browse files
committedMar 30, 2025··
fix: case on changelog filename
1 parent 8adb84b commit fb94600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
rm git-chglog
2323
git config user.name "github-actions[bot]"
2424
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
25-
git add ./ChANGELOG.md
25+
git add ./CHANGELOG.md
2626
git commit -m "chore(docs): update CHANGELOG for latest tag"
2727
git push origin HEAD:$REF
2828
env:

0 commit comments

Comments
 (0)
Please sign in to comment.