Skip to content

Commit b23e8e2

Browse files
shinken008zhiqingchen
authored andcommitted
chore(cli): 发布 beta 版本, 修改脚本
1 parent d790a5e commit b23e8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Publish
103103
if: steps.tag_check.outputs.exists_tag == 'false' && startsWith( env.commitmsg , 'chore(release):' )
104104
run: |
105-
yarn lerna publish from-package --dist-tag canary --yes
105+
yarn lerna publish from-package --dist-tag beta --yes
106106
env:
107107
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)