We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71a859 commit a406f3fCopy full SHA for a406f3f
.github/workflows/publish.yml
@@ -40,6 +40,6 @@ jobs:
40
run: |
41
git config user.email "[email protected]"
42
git config user.name "TypeDoc Bot"
43
- node scripts/create_release.cjs
+ node scripts/create_release.js
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments