Skip to content

Commit 3c825c1

Browse files
committed
fix: update release config
1 parent 9f74112 commit 3c825c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-vue-quill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm ci
2525
- name: Release package
2626
working-directory: packages/vue-quill
27-
run: node ../../scripts/release.js vue-quill
27+
run: npx ts-node ../../scripts/release.ts vue-quill
2828
env:
2929
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}

packages/vue-quill/.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[
1919
"@semantic-release/exec",
2020
{
21-
"prepareCmd": "node ../../scripts/build.js --nextVersion ${nextRelease.version}"
21+
"prepareCmd": "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
2222
}
2323
],
2424
"@semantic-release/npm",

0 commit comments

Comments
 (0)