This commit is contained in:
xilesun 2025-02-11 12:21:13 +08:00
parent 9c04caee14
commit f1a8464928

View File

@ -125,7 +125,7 @@ jobs:
env: env:
PRO_PLUGIN_REPOS: ${{ needs.get-plugins.outputs.beta-plugins }} PRO_PLUGIN_REPOS: ${{ needs.get-plugins.outputs.beta-plugins }}
CUSTOM_PRO_PLUGIN_REPOS: ${{ needs.get-plugins.outputs.custom-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' || '' }} IS_FEAT: ${{ inputs.is_feat && '--is-feat' || '' }}
ADD_MINOR: ${{ inputs.add_minor && '--add-minor' || '' }} ADD_MINOR: ${{ inputs.add_minor && '--add-minor' || '' }}
- name: Push and merge into next - name: Push and merge into next