We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d03fe1 commit a9b0ab5Copy full SHA for a9b0ab5
1 file changed
.github/workflows/patch-installer-cd.yml
@@ -251,7 +251,7 @@ jobs:
251
if: ${{ (inputs.make_release || 'true') == 'true' }}
252
shell: pwsh
253
env:
254
- BASE_RELEASE: ${{ inputs.base_release || 'build-1141' }}
+ BASE_RELEASE: ${{ inputs.base_release || 'build-1155' }}
255
BASE_BUILD_NUMBER: ${{ inputs.base_build_number || '' }}
256
BUILD_VERSION_SEGMENT: ${{ env.BuildVersionSegment }}
257
run: |
0 commit comments