Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-02-11 04:22:19 +00:00
commit 8c58503db2

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