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 aca7a16 commit 4f6bafbCopy full SHA for 4f6bafb
.github/workflows/PublishPSModuleToGallery.yaml
@@ -88,5 +88,5 @@ jobs:
88
Version | `{1}`
89
Description | {2}
90
Author | {3}
91
- Publishing Result | $strResultOfPublish
92
- '@ -f $oPSModuleInfo_fromJson.Name, $oPSModuleInfo_fromJson.Version, $oPSModuleInfo_fromJson.Description, $oPSModuleInfo_fromJson.Author)
+ Publishing Result | {4}
+ '@ -f $oPSModuleInfo_fromJson.Name, $oPSModuleInfo_fromJson.Version.ToString(), $oPSModuleInfo_fromJson.Description, $oPSModuleInfo_fromJson.Author, $strResultOfPublish)
0 commit comments