We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4921aa commit 9d145aeCopy full SHA for 9d145ae
2 files changed
.github/workflows/release-package.yml
@@ -108,6 +108,6 @@ jobs:
108
# In this example `release_version` is fetched from `workflow_dispatch` events input.
109
# You can use any other method to fetch the release version
110
# such as environment variable or from output of another action
111
- release_version: ${{ github.event.inputs.release_version }}
+ release_version: ${{ steps.package-version.outputs.version }}
112
# Optional
113
github_token: ${{ secrets.GIT_ACTION }}
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "quarkc",
3
- "version": "1.0.52",
+ "version": "1.0.53",
4
"description": "A Web Components framework",
5
"type": "module",
6
"main": "./lib/index.umd.js",
0 commit comments