We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b1466 commit bd1aa2bCopy full SHA for bd1aa2b
2 files changed
.github/workflows/release-package.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: [ main ]
6
paths:
7
- - 'package*.json'
+ - 'packages/core/package.json'
8
9
jobs:
10
release:
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "quarkc",
3
- "version": "1.0.12",
+ "version": "1.0.11",
"description": "Web components quark-element",
"type": "module",
"main": "./lib/index.umd.js",
0 commit comments