We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f85fa7 commit 62dc820Copy full SHA for 62dc820
.github/workflows/release-vue-quill.yml
@@ -24,7 +24,8 @@ jobs:
24
run: npm ci
25
- name: Release package
26
working-directory: packages/vue-quill
27
- run: npx ts-node ../../scripts/release.ts vue-quill
+ # run: npx ts-node ../../scripts/release.ts vue-quill
28
+ run: npx semantic-release
29
env:
30
GH_TOKEN: ${{ secrets.GH_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
packages/vue-quill/src/assets/snow.styl
@@ -5,7 +5,7 @@ backgroundColor = #fff
5
inactiveColor = #4B5563
6
shadowColor = #D1D5DB
7
textColor = #4B5563
8
-// Additional color
+// Additional colors
9
backgroundHoverColor = #F3F4F6
10
backgroundActiveColor = #DBEAFE
11
0 commit comments