Skip to content

Commit d45a7dc

Browse files
authored
remove publish dry-run params (#655)
* 更新 browser 端版本号 * fix typo * update github actions * auto build common * update examples * fix typo * remove publish dry-run params
1 parent 7accb88 commit d45a7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
npm install
1818
cd packages/browser/
1919
npm run build
20-
npm publish --dry-run
20+
npm publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2323
publish-wechat-miniprogram:
@@ -32,6 +32,6 @@ jobs:
3232
npm install
3333
cd packages/wechat-miniprogram/
3434
npm run build
35-
npm publish --dry-run
35+
npm publish
3636
env:
3737
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)