We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d210014 + 52508da commit 93c9e10Copy full SHA for 93c9e10
.github/workflows/publishMonkeyToPSGallery.yml
@@ -43,6 +43,8 @@ jobs:
43
$createModulePath = New-Item -Path $modulePath -ItemType Directory -Force
44
If ($createModulePath) {
45
Write-Output "SUCCESS: Creating staging path '$modulePath'."
46
+ } ElseIf($null -eq $prerelease){
47
+ $version = $manifest.version
48
} Else {
49
Write-Error "FAILED: Creating staging path '$modulePath'."
50
}
0 commit comments