Skip to content

Commit 93c9e10

Browse files
committed
Merge branch 'develop'
update action
2 parents d210014 + 52508da commit 93c9e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publishMonkeyToPSGallery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
$createModulePath = New-Item -Path $modulePath -ItemType Directory -Force
4444
If ($createModulePath) {
4545
Write-Output "SUCCESS: Creating staging path '$modulePath'."
46+
} ElseIf($null -eq $prerelease){
47+
$version = $manifest.version
4648
} Else {
4749
Write-Error "FAILED: Creating staging path '$modulePath'."
4850
}

0 commit comments

Comments
 (0)