Skip to content

Commit a478c96

Browse files
committed
fix: 修复 GitHub Actions 中的 changeset action 参数错误
1 parent b22372e commit a478c96

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
id: create_release
5454
uses: changesets/action@v1
5555
with:
56-
tagName: ${{ env.VERSION }}
57-
releaseName: '${{ env.VERSION }}'
5856
publish: pnpm ci:publish
5957
env:
6058
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-element-plus-x",
33
"type": "module",
4-
"version": "1.3.95",
4+
"version": "1.3.96",
55
"license": "MIT",
66
"homepage": "https://element-plus-x.com",
77
"repository": {

0 commit comments

Comments
 (0)