This commit is contained in:
xilesun 2025-02-11 12:15:34 +08:00
parent 21ac9403c2
commit 6a9023c887

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 && '--version 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