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 32a6a3a commit e49a386Copy full SHA for e49a386
.changeset/config.json
@@ -3,7 +3,7 @@
3
"changelog": [
4
"@changesets/changelog-github",
5
{
6
- "repo": "@thundersdata-frontend/td-design"
+ "repo": "thundersdata-frontend/td-design"
7
}
8
],
9
"commit": false,
.github/workflows/changeset-version.yml
@@ -5,6 +5,8 @@ on:
branches:
- master
+concurrency: ${{ github.workflow }}-${{ github.ref }}
+
10
jobs:
11
release:
12
name: upgrade-version
@@ -36,8 +38,8 @@ jobs:
36
38
37
39
- name: Create Release Pull Request
40
uses: changesets/action@v1
-# with:
-# publish: pnpm release
41
+ with:
42
+ publish: pnpm release
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments