From f1a84649284e8fbb2b105583b919bbfd55a23875 Mon Sep 17 00:00:00 2001 From: xilesun <2013xile@gmail.com> Date: Tue, 11 Feb 2025 12:21:13 +0800 Subject: [PATCH] fix: ci --- .github/workflows/manual-release-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-release-next.yml b/.github/workflows/manual-release-next.yml index 0f66e9db95..d293afd9f6 100644 --- a/.github/workflows/manual-release-next.yml +++ b/.github/workflows/manual-release-next.yml @@ -125,7 +125,7 @@ jobs: env: PRO_PLUGIN_REPOS: ${{ needs.get-plugins.outputs.beta-plugins }} CUSTOM_PRO_PLUGIN_REPOS: ${{ needs.get-plugins.outputs.custom-plugins }} - VERSION: ${{ inputs.version && '--version inputs.version' || '' }} + VERSION: ${{ inputs.version && format('--version {0}', inputs.version) || '' }} IS_FEAT: ${{ inputs.is_feat && '--is-feat' || '' }} ADD_MINOR: ${{ inputs.add_minor && '--add-minor' || '' }} - name: Push and merge into next