Skip to content

Commit e49a386

Browse files
author
chj_damon
committed
fix: 修复repo名称不正确的bug
1 parent 32a6a3a commit e49a386

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "@thundersdata-frontend/td-design"
6+
"repo": "thundersdata-frontend/td-design"
77
}
88
],
99
"commit": false,

.github/workflows/changeset-version.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77

8+
concurrency: ${{ github.workflow }}-${{ github.ref }}
9+
810
jobs:
911
release:
1012
name: upgrade-version
@@ -36,8 +38,8 @@ jobs:
3638

3739
- name: Create Release Pull Request
3840
uses: changesets/action@v1
39-
# with:
40-
# publish: pnpm release
41+
with:
42+
publish: pnpm release
4143
env:
4244
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4345
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)