We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50506 commit 735b7b3Copy full SHA for 735b7b3
1 file changed
.github/workflows/update_files_for_release.yml
@@ -6,14 +6,11 @@ on:
6
workflow_dispatch:
7
inputs:
8
OLD_VERSION:
9
- description: 'Enter old version'
10
- # Show defaults as examples so user enters correct format.
11
- default: '23.0.0.11'
+ description: 'Enter old version (what was just released)'
12
required: true
13
type: string
14
NEW_VERSION:
15
- description: 'Enter new version'
16
- default: '23.0.0.12'
+ description: 'Enter new version (pre-eGA release)'
17
18
19
BUILD_LABEL:
0 commit comments