Skip to content

Commit

Permalink
fixe: remove conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsf committed Apr 3, 2024
1 parent 3890995 commit e3e902b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release
on:
push:
branches: [main]
# paths:
# - "packages/core/package.json"
paths:
- "packages/core/package.json"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkc",
"version": "1.0.48",
"version": "1.0.49",
"description": "A Web Components framework",
"type": "module",
"main": "./lib/index.umd.js",
Expand Down

0 comments on commit e3e902b

Please sign in to comment.