Skip to content

Commit

Permalink
feat(pedm): use publish-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
kbouchard-dev committed Aug 12, 2024
1 parent 965ebf0 commit 0f395fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
$PackageEnv = if ($IsMasterBranch -And -Not $IsScheduledJob) {
"publish-prod"
} else {
"publish-test"
"publish-prod" # "publish-test"
}
echo "package-env=$PackageEnv" >> $Env:GITHUB_OUTPUT
Expand Down

0 comments on commit 0f395fc

Please sign in to comment.