From 6ac548a5917efd55a309eda24005f9efddda96fd Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 25 Oct 2023 19:58:33 -0400 Subject: [PATCH] GHA: Remove e427, add e430 to eclipse distro RC build --- .github/workflows/release-eclipse-distro-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-eclipse-distro-build.yml b/.github/workflows/release-eclipse-distro-build.yml index 49328f446..dae99fcdc 100644 --- a/.github/workflows/release-eclipse-distro-build.yml +++ b/.github/workflows/release-eclipse-distro-build.yml @@ -17,7 +17,7 @@ jobs: e427-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e427' + eclipse_profile: 'e428' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} @@ -26,7 +26,7 @@ jobs: e428-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e428' + eclipse_profile: 'e429' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} @@ -35,7 +35,7 @@ jobs: e429-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e429' + eclipse_profile: 'e430' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}