Skip to content

Commit 3cc858a

Browse files
committed
fix: try to fix semantic-release/npm
1 parent 182cfea commit 3cc858a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: npx ts-node ../../scripts/release.ts vue-quill
2828
env:
2929
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30-
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/vue-quill/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Github: https://github.com/vueup/vue-quill.git
55
*/
66

7+
// fix semantic-release/npm
78
import Quill from 'quill'
89
import Delta from 'quill-delta'
910
import { QuillEditor } from './components/QuillEditor'

0 commit comments

Comments
 (0)