Skip to content

Commit 22ef9fe

Browse files
Add --experimental-strip-types to workflow
1 parent 2947d19 commit 22ef9fe

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.ts -w
39+
run: node --experimental-strip-types ./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)