Skip to content

Commit b5b055d

Browse files
authored
fix changelog workflow (#4576)
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent a651600 commit b5b055d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Ensure no direct changes to CHANGELOG.md
3232
run: |
33-
if [[ $(git diff --name-only FETCH_HEAD -- '**/CHANGELOG.md') ]]
33+
if [[ $(git diff --name-only FETCH_HEAD -- 'CHANGELOG.md' '**/CHANGELOG.md') ]]
3434
then
3535
echo "CHANGELOG.md files should not be directly modified."
3636
echo "Please add a changelog fragment file to the appropriate .changelog/ directory instead."

0 commit comments

Comments
 (0)