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 9f74112 commit 3c825c1Copy full SHA for 3c825c1
.github/workflows/release-vue-quill.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm ci
25
- name: Release package
26
working-directory: packages/vue-quill
27
- run: node ../../scripts/release.js vue-quill
+ run: npx ts-node ../../scripts/release.ts vue-quill
28
env:
29
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
packages/vue-quill/.releaserc.json
@@ -18,7 +18,7 @@
18
[
19
"@semantic-release/exec",
20
{
21
- "prepareCmd": "node ../../scripts/build.js --nextVersion ${nextRelease.version}"
+ "prepareCmd": "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
22
}
23
],
"@semantic-release/npm",
0 commit comments