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