Prepare to build releases from branches

This commit is contained in:
aboyko
2024-06-14 11:04:08 -04:00
parent 0312d53468
commit 56a4e4baef
7 changed files with 34 additions and 4 deletions

View File

@@ -11,6 +11,11 @@ on:
description: Last segments of an s3 path for p2 Repo for eclipse ls extensions
required: true
type: string
ref:
description: Git branch, tag, commit hash
required: false
default: 'main'
type: string
jobs:
@@ -21,4 +26,5 @@ jobs:
build_type: 'release'
skip_tests: true
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
ref: ${{ inputs.ref }}
secrets: inherit