We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf4de0 commit 19c27b3Copy full SHA for 19c27b3
.github/workflows/release.yml
@@ -4,13 +4,13 @@ on:
4
workflow_dispatch:
5
inputs:
6
tag:
7
- description: "The version to release (e.g., '20240414')."
+ description: "The version to release (e.g., '20250414')."
8
type: string
9
sha:
10
description: "The full SHA of the commit to be released (e.g., 'd09ff921d92d6da8d8a608eaa850dc8c0f638194')."
11
12
dry-run:
13
- description: "Whether to run the release process without actually releasing."
+ description: "Dry run? Tests the release process without publishing."
14
default: false
15
required: false
16
type: boolean
0 commit comments