Skip to content

Commit

Permalink
fix: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 29, 2021
1 parent 9f74112 commit 3c825c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-vue-quill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: Release package
working-directory: packages/vue-quill
run: node ../../scripts/release.js vue-quill
run: npx ts-node ../../scripts/release.ts vue-quill
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion packages/vue-quill/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "node ../../scripts/build.js --nextVersion ${nextRelease.version}"
"prepareCmd": "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit 3c825c1

Please sign in to comment.