We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22286ee commit 2947d19Copy full SHA for 2947d19
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: zip -r $filename ./*
37
38
- name: Generate changelog
39
- run: node ./bin/generateChangelog.js -w
+ run: node ./bin/generateChangelog.ts -w
40
41
- name: Publish release to GitHub
42
run: gh release create $VERSION "./icons/$filename" -F CHANGELOG.md -t "ProIcons v$VERSION" -d=${{ inputs.draft }}
0 commit comments