Skip to content

Commit f0adfe9

Browse files
committed
Update npm install command in changelog workflow
1 parent d5a07a1 commit f0adfe9

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
@@ -11,7 +11,7 @@ jobs:
1111

1212
- name: Update changelog
1313
run: |
14-
npm install github-release-notes
14+
npm install github-release-notes -g
1515
export GREN_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
1616
gren changelog --override
1717
- name: Create Pull Request

0 commit comments

Comments
 (0)