Skip to content

Commit 1a8d7b8

Browse files
pwshBotTravisEz13
andcommitted
[release/v7.4] Fix variable reference for release environment in pipeline (#26014)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
1 parent cea55ce commit 1a8d7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/PowerShell-Release-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ extends:
288288
- setReleaseTagAndChangelog
289289
- UpdateChangeLog
290290
variables:
291-
ob_release_environment: ${{ parameters.releaseEnvironment }}
291+
ob_release_environment: ${{ variables.releaseEnvironment }}
292292
jobs:
293293
- template: /.pipelines/templates/release-githubNuget.yml@self
294294
parameters:

0 commit comments

Comments
 (0)