We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba3e8d commit 2f0e8e7Copy full SHA for 2f0e8e7
1 file changed
.github/workflows/release.yml
@@ -63,11 +63,11 @@ on:
63
workflow_dispatch:
64
inputs:
65
version:
66
- description: 'Release version (e.g., 0.3.1) - MUST match an existing toondb/toondb release tag'
+ description: 'Toondb-client release version (e.g., 0.3.1)'
67
required: true
68
type: string
69
toondb_version:
70
- description: 'ToonDB binary version (defaults to same as version if not specified)'
+ description: 'Toondb release version (e.g., 0.3.1) - MUST match an existing toondb/toondb release tag'
71
required: false
72
73
dry_run:
0 commit comments