Fix release build yaml (#4710)
This commit is contained in:
parent
e417609b53
commit
67353e934a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue