Skip to content

Commit 46fa33a

Browse files
Update base build reference in patch CD to the last good base build
1 parent 777aefe commit 46fa33a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/patch-installer-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
# default should be changed to the most recent base release for the release cycle
2828
base_release:
2929
description: 'The github release for the base build artifacts'
30-
default: 'build-1129'
30+
default: 'build-1137'
3131
base_build_number:
3232
description: 'The base build number (only for bootstrapping, should be removed after 9.3 is the stable)'
3333
required: false
@@ -138,7 +138,7 @@ jobs:
138138
- name: Import Base Build Artifacts
139139
shell: pwsh
140140
run: |
141-
$release = "${{ inputs.base_release || 'build-1129' }}"
141+
$release = "${{ inputs.base_release || 'build-1137' }}"
142142
$repo = "${{ github.repository }}"
143143
144144
Write-Host "Downloading artifacts for release $release from $repo"

0 commit comments

Comments
 (0)