@@ -117,7 +117,7 @@ jobs:
117117 $RunDocsRelease = 'false'
118118 switch ($Env:GitVersion_PreReleaseLabel) {
119119 "" {
120- $Ring = "Release ";
120+ $Ring = "Production ";
121121 $WingetApplicationId = "nkdagility.azure-devops-migration-tools";
122122 $docs_deploy_folder = "./azure-devops-migration-tools/"
123123 $docs_baseURL = ""
@@ -430,7 +430,7 @@ jobs:
430430 id : release-options
431431 shell : pwsh
432432 run : |
433- if ($Env:nkdAgility_Ring -eq 'Release ') {
433+ if ($Env:nkdAgility_Ring -eq 'Production ') {
434434 echo "discussion_category_name=Releases" >> $env:GITHUB_OUTPUT
435435 }
436436 - name : Release
@@ -444,7 +444,7 @@ jobs:
444444 tag_name : v${{ needs.Setup.outputs.GitVersion_SemVer }}
445445 name : v${{ needs.Setup.outputs.GitVersion_SemVer }} (${{ needs.Setup.outputs.nkdAgility_Ring }})
446446 token : ${{ steps.app-token.outputs.token }}
447- prerelease : ${{ needs.Setup.outputs.nkdAgility_Ring != 'Release ' }}
447+ prerelease : ${{ needs.Setup.outputs.nkdAgility_Ring != 'Production ' }}
448448 discussion_category_name : ${{ steps.release-options.outputs.discussion_category_name }}
449449 draft : ${{ needs.Setup.outputs.nkdAgility_Ring == 'Canary' }}
450450 body : |
@@ -490,7 +490,7 @@ jobs:
490490 name : " Release to Marketplace"
491491 runs-on : ubuntu-latest
492492 needs : [Setup, GitHubRelease]
493- if : ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring == 'Release ' ) }}
493+ if : ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring == 'Production ' ) }}
494494 steps :
495495 - name : Checkout
496496 uses : actions/checkout@v4
0 commit comments