Fix release build yaml (#4710)

This commit is contained in:
Trask Stalnaker 2021-11-24 20:06:01 -08:00 committed by GitHub
parent e417609b53
commit 67353e934a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ on:
release-branch-name: release-branch-name:
description: The release branch to use, e.g. v1.9.x description: The release branch to use, e.g. v1.9.x
required: true required: true
version:
# TODO (trask) this is redundant
description: The version of the release, e.g. 1.9.0 (without the "v" prefix)
required: true
jobs: jobs:
test: test: