Skip to content

Commit 19c27b3

Browse files
authored
Update comments in release workflow (#480)
1 parent ddf4de0 commit 19c27b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag:
7-
description: "The version to release (e.g., '20240414')."
7+
description: "The version to release (e.g., '20250414')."
88
type: string
99
sha:
1010
description: "The full SHA of the commit to be released (e.g., 'd09ff921d92d6da8d8a608eaa850dc8c0f638194')."
1111
type: string
1212
dry-run:
13-
description: "Whether to run the release process without actually releasing."
13+
description: "Dry run? Tests the release process without publishing."
1414
default: false
1515
required: false
1616
type: boolean

0 commit comments

Comments
 (0)