diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f77f3da7..b364e0dbf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,6 +40,6 @@ jobs: run: | git config user.email "typedoc@gerritbirkeland.com" git config user.name "TypeDoc Bot" - node scripts/create_release.cjs + node scripts/create_release.js env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}