Release - Eclipse LS Extensions Build #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release - Eclipse LS Extensions Build | |
concurrency: | |
group: release-eclipse-ls-extensions | |
cancel-in-progress: true | |
on: | |
workflow_dispatch: | |
inputs: | |
sts4-language-servers-version: | |
description: Last segments of an s3 path for p2 Repo for eclipse ls extensions | |
required: true | |
type: string | |
jobs: | |
eclipse-ls-extension: | |
uses: ./.github/workflows/eclipse-ls-extensions-build.yml | |
with: | |
eclipse_profile: 'e432' | |
build_type: 'release' | |
skip_tests: true | |
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} | |
secrets: inherit |