We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d9191 commit 95910caCopy full SHA for 95910ca
eng/common/pipelines/templates/jobs/npm-publish.yml
@@ -99,6 +99,7 @@ jobs:
99
$packageTags = npm view $packageJson.name "dist-tags" -json -silent | ConvertFrom-Json
100
if ($LASTEXITCODE -ne 0 -or !$packageTags) {
101
Write-Warning "Failed to retrieve dist-tags for $packageJson.name. It is possible the package hasn't been indexed yet so ignoring."
102
+ $global:LASTEXITCODE = 0
103
continue
104
}
105
0 commit comments