mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: ci
This commit is contained in:
parent
21ac9403c2
commit
6a9023c887
2
.github/workflows/manual-release-next.yml
vendored
2
.github/workflows/manual-release-next.yml
vendored
@ -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 && '--version inputs.version' || '' }}
|
||||
IS_FEAT: ${{ inputs.is_feat && '--is-feat' || '' }}
|
||||
ADD_MINOR: ${{ inputs.add_minor && '--add-minor' || '' }}
|
||||
- name: Push and merge into next
|
||||
|
Loading…
x
Reference in New Issue
Block a user