Skip to content

Commit c690383

Browse files
committed
update publish CI script
1 parent e051705 commit c690383

File tree

3 files changed

+642
-8
lines changed

3 files changed

+642
-8
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- run: corepack enable # Enable Corepack
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn build:release
21-
- run: yarn changeset publish
21+
- run: npx @changesets/cli publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"version:release": "yarn version --minor --message \"chore(release): publish\""
3737
},
3838
"devDependencies": {
39+
"@changesets/cli": "2.29.7",
3940
"@commitlint/cli": "^20.1",
4041
"@commitlint/config-conventional": "^20.0",
4142
"@stablelib/benchmark": "^2.0.0",

0 commit comments

Comments
 (0)