Skip to content

Commit

Permalink
remove publish dry-run params (#655)
Browse files Browse the repository at this point in the history
* 更新 browser 端版本号

* fix typo

* update github actions

* auto build common

* update examples

* fix typo

* remove publish dry-run params
  • Loading branch information
yinxulai authored Jun 12, 2024
1 parent 7accb88 commit d45a7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
npm install
cd packages/browser/
npm run build
npm publish --dry-run
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-wechat-miniprogram:
Expand All @@ -32,6 +32,6 @@ jobs:
npm install
cd packages/wechat-miniprogram/
npm run build
npm publish --dry-run
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit d45a7dc

Please sign in to comment.