Skip to content

Commit 62dc820

Browse files
committed
fix: test semantic-release
1 parent 9f85fa7 commit 62dc820

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: npm ci
2525
- name: Release package
2626
working-directory: packages/vue-quill
27-
run: npx ts-node ../../scripts/release.ts vue-quill
27+
# run: npx ts-node ../../scripts/release.ts vue-quill
28+
run: npx semantic-release
2829
env:
2930
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3031
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}

packages/vue-quill/src/assets/snow.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backgroundColor = #fff
55
inactiveColor = #4B5563
66
shadowColor = #D1D5DB
77
textColor = #4B5563
8-
// Additional color
8+
// Additional colors
99
backgroundHoverColor = #F3F4F6
1010
backgroundActiveColor = #DBEAFE
1111

0 commit comments

Comments
 (0)