Skip to content

Commit f87a2e0

Browse files
committed
d
1 parent 411ab52 commit f87a2e0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ jobs:
4848
try { $SkipPublish = [System.Boolean]::Parse('${{ inputs.skip-publish }}') } catch { $SkipPublish = $false }
4949
try { $DryRun = [System.Boolean]::Parse('${{ inputs.dry-run }}') } catch { $DryRun = $true }
5050
51-
$PackageEnv = if ($IsProductionBranch) {
52-
"publish-prod"
53-
} else {
54-
"publish-test"
55-
}
51+
$PackageEnv = "publish-prod"
5652
5753
if (-Not $IsProductionBranch) {
5854
$DryRun = $true # force dry run when not on main/master branch

0 commit comments

Comments
 (0)