mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
Add example to the version
parameter of workflow_dispatch
This commit is contained in:
parent
8f083d86c0
commit
8a4e807950
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
inputs:
|
||||
version:
|
||||
type: string
|
||||
description: "Semantic version number to use when building the image."
|
||||
description: "Semantic version number to use when building the image. (v1.2.3)"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue