We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22372e commit a478c96Copy full SHA for a478c96
.github/workflows/release.yaml
@@ -53,8 +53,6 @@ jobs:
53
id: create_release
54
uses: changesets/action@v1
55
with:
56
- tagName: ${{ env.VERSION }}
57
- releaseName: '${{ env.VERSION }}'
58
publish: pnpm ci:publish
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
packages/core/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-element-plus-x",
3
"type": "module",
4
- "version": "1.3.95",
+ "version": "1.3.96",
5
"license": "MIT",
6
"homepage": "https://element-plus-x.com",
7
"repository": {
0 commit comments