Skip to content

Commit 5f8af5a

Browse files
committed
[ci] Update workflow to bump version
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent b72ff94 commit 5f8af5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-preparation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
inputs:
66
grid-version:
77
required: true
8+
default: '4.37.0'
89
type: string
910
workflow_dispatch:
1011
inputs:
1112
grid-version:
1213
required: true
1314
type: string
15+
default: '4.37.0'
1416
description: Expected Grid version to update
1517

1618
jobs:
@@ -43,7 +45,6 @@ jobs:
4345
EXPECTED_BASE_VERSION=${EXPECTED_BASE_VERSION} make update_release_version
4446
make update_selenium_version_matrix
4547
make update_browser_versions_matrix
46-
make lint_format_scripts
4748
env:
4849
EXPECTED_BASE_VERSION: ${{ inputs.grid-version }}
4950
- name: Commit & Push changes

0 commit comments

Comments
 (0)