Skip to content

Commit 96111d7

Browse files
committed
fix: 修复github workflow 打包报错
1 parent e4268aa commit 96111d7

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,3 @@ jobs:
103103
prerelease: ${{ steps.tag_type.outputs.TAG == 'beta' }}
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106-
107-
- name: Create Release Pull Request
108-
id: create_release
109-
uses: changesets/action@v1
110-
with:
111-
publish: pnpm ci:publish
112-
env:
113-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
115-

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": "2.0.0-beta.4",
4+
"version": "2.0.0-beta.5",
55
"license": "MIT",
66
"homepage": "https://element-plus-x.com",
77
"repository": {

0 commit comments

Comments
 (0)