Skip to content

Commit 2947d19

Browse files
Fix workflow
1 parent 22286ee commit 2947d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: zip -r $filename ./*
3737

3838
- name: Generate changelog
39-
run: node ./bin/generateChangelog.js -w
39+
run: node ./bin/generateChangelog.ts -w
4040

4141
- name: Publish release to GitHub
4242
run: gh release create $VERSION "./icons/$filename" -F CHANGELOG.md -t "ProIcons v$VERSION" -d=${{ inputs.draft }}

0 commit comments

Comments
 (0)