There was an error while loading. Please reload this page.
1 parent 93c4520 commit 47f98d6Copy full SHA for 47f98d6
1 file changed
.github/workflows/dispatch-publish.yml
@@ -76,7 +76,7 @@ jobs:
76
77
# 步骤8: 发布组件到NPM
78
- name: Publish components
79
- if: ${{ inputs.publish_npm == 'true' }}
+ if: ${{ inputs.publish_npm }}
80
run: pnpm lerna publish from-package --pre-dist-tag ${{ inputs.tag }} --yes
81
env:
82
# 使用NPM令牌进行身份验证
0 commit comments