Skip to content

Commit

Permalink
fix: try to fix semantic-release/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Feb 17, 2022
1 parent 182cfea commit 3cc858a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-vue-quill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: npx ts-node ../../scripts/release.ts vue-quill
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions packages/vue-quill/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Github: https://github.com/vueup/vue-quill.git
*/

// fix semantic-release/npm
import Quill from 'quill'
import Delta from 'quill-delta'
import { QuillEditor } from './components/QuillEditor'
Expand Down

0 comments on commit 3cc858a

Please sign in to comment.