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

@@ -12,6 +12,11 @@ on:
required: false
type: string
default: snapshot
ref:
description: Git branch, tag, commit hash
required: false
default: 'main'
type: string
permissions:
contents: write
@@ -23,6 +28,8 @@ jobs:
steps:
- name: Checkout vscode-extensions code and workflow scripts
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Set up JDK 17
uses: actions/setup-java@v4
with: