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