This commit is contained in:
Vitor Pamplona
2026-06-16 14:38:13 -04:00
parent 242904afd2
commit 0572b0091c
12 changed files with 51 additions and 40 deletions
@@ -6,7 +6,7 @@ description: >-
inputs:
tag:
description: "Tag to validate (e.g. v1.08.0)"
description: "Tag to validate (e.g. vX.YY.Z)"
required: true
is_prerelease:
description: "Whether the release is marked as prerelease (empty string treated as false)"
+1 -1
View File
@@ -11,7 +11,7 @@ on:
type: boolean
default: false
test_tag:
description: 'Synthetic tag name for dry-run (e.g. v1.08.0-dryrun); ignored on tag push'
description: 'Synthetic tag name for dry-run (e.g. vX.YY.Z-dryrun); ignored on tag push'
type: string
default: 'v0.0.0-dryrun'