Skip to content

Commit

Permalink
chore: rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Nov 13, 2024
1 parent d7b0764 commit cfe3e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.YJ_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.YJ_NPM_TOKEN }}
with:
publish: pnpm publish-packages
publish: pnpm publish-package
createGithubReleases: true

# when release not publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test:size": "pnpm build && limit-size",
"changeset": "changeset add",
"publish-version": "changeset version && node scripts/sync-version",
"publish-packages": "pnpm build && changeset publish"
"publish-package": "pnpm build && changeset publish"
},
"dependencies": {
"@ant-design/graphs": "^2.0.0-beta.4",
Expand Down

0 comments on commit cfe3e14

Please sign in to comment.