Skip to content

Commit a406f3f

Browse files
committed
Fix release script
1 parent c71a859 commit a406f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: |
4141
git config user.email "typedoc@gerritbirkeland.com"
4242
git config user.name "TypeDoc Bot"
43-
node scripts/create_release.cjs
43+
node scripts/create_release.js
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)