Skip to content

Commit

Permalink
fix(ci): don't create tags for feature branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nihonium committed Oct 14, 2024
1 parent a699334 commit 1d91592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/tools/ci/build_server_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ try {

$ctx.startBuild()

if ($ctx.IsPublicBuild) {
if ($ctx.IsRetailBuild) {
Invoke-LogSection "Creating tag" {
Invoke-CreateGitTag -Context $ctx -Versions $versions
}.GetNewClosure()
Expand Down

0 comments on commit 1d91592

Please sign in to comment.