Skip to content

Commit

Permalink
clear out last exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Nov 26, 2024
1 parent d45a45a commit e870744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/steps/npm-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ steps:
$packageName = "@azure/testestestestetsetset"
$packageVersion = $pkg.Version
$packageProps = npm view $packageName -json -silent | ConvertFrom-Json
$LASTEXITCODE = 0
$originalTags = "{}"
if ($packageProps.error) {
write-host $($packageProps.error)
Expand Down

0 comments on commit e870744

Please sign in to comment.