Skip to content

Commit f9b593c

Browse files
authored
chore: change release cloud version (#729)
1 parent 033a707 commit f9b593c

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/release-version.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: ./.github/workflows/trigger-workflow.yml
101101
strategy:
102102
matrix:
103-
repo-name: [ openconsole, apecloud-values, kubeblocks-console ]
103+
repo-name: [ apecloud-values, kubeblocks-console ]
104104
with:
105105
GITHUB_REPO: "apecloud/${{ matrix.repo-name }}"
106106
VERSION: "${{ needs.get-version.outputs.release-version }}"
@@ -109,6 +109,19 @@ jobs:
109109
APECD_REF: "${{ inputs.APECD_REF }}"
110110
secrets: inherit
111111

112+
release-openconsole-version:
113+
needs: [ get-version ]
114+
name: release openconsole version
115+
if: ${{ needs.get-version.outputs.release-branch == 'release-2.2' || needs.get-version.outputs.release-branch == 'release-2.1' || needs.get-version.outputs.release-branch == 'release-2.0' || needs.get-version.outputs.release-branch == 'release-1.1' }}
116+
uses: ./.github/workflows/trigger-workflow.yml
117+
with:
118+
GITHUB_REPO: "apecloud/openconsole"
119+
VERSION: "${{ needs.get-version.outputs.release-version }}"
120+
BRANCH_NAME: "${{ needs.get-version.outputs.release-branch }}"
121+
WORKFLOW_ID: "release-version.yml"
122+
APECD_REF: "${{ inputs.APECD_REF }}"
123+
secrets: inherit
124+
112125
# release-kbcli-cloud-tag:
113126
# needs: [ get-version ]
114127
# if: ${{ github.repository == 'apecloud/apecloud' && contains(inputs.CONTENT, 'kbcli') }}

0 commit comments

Comments
 (0)