Skip to content

Commit 559e042

Browse files
committed
fix config name
1 parent 4568780 commit 559e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Release Notes
3434
run: |
3535
npm install [email protected] -g
36-
gren changelog --generate --config="/.github/workflows/config.grenrc.js"
36+
gren changelog --generate --config="/.github/workflows/config.grenrc.cjs"
3737
env:
3838
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

0 commit comments

Comments
 (0)