Skip to content

Commit 9d145ae

Browse files
committed
feat: update yml
1 parent b4921aa commit 9d145ae

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
@@ -108,6 +108,6 @@ jobs:
108108
# In this example `release_version` is fetched from `workflow_dispatch` events input.
109109
# You can use any other method to fetch the release version
110110
# such as environment variable or from output of another action
111-
release_version: ${{ github.event.inputs.release_version }}
111+
release_version: ${{ steps.package-version.outputs.version }}
112112
# Optional
113113
github_token: ${{ secrets.GIT_ACTION }}

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.52",
3+
"version": "1.0.53",
44
"description": "A Web Components framework",
55
"type": "module",
66
"main": "./lib/index.umd.js",

0 commit comments

Comments
 (0)