Skip to content

Commit d5a07a1

Browse files
committed
Fix changelog command in the workflow
1 parent b0e181a commit d5a07a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
npm install github-release-notes
1515
export GREN_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
16-
npm run overrideChangelog
16+
gren changelog --override
1717
- name: Create Pull Request
1818
uses: peter-evans/create-pull-request@v3
1919
with:

0 commit comments

Comments
 (0)