Skip to content

Commit bd1aa2b

Browse files
committed
feat: update
1 parent 79b1466 commit bd1aa2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'package*.json'
7+
- 'packages/core/package.json'
88

99
jobs:
1010
release:

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quarkc",
3-
"version": "1.0.12",
3+
"version": "1.0.11",
44
"description": "Web components quark-element",
55
"type": "module",
66
"main": "./lib/index.umd.js",

0 commit comments

Comments
 (0)