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 1ad4092 commit 3dd0641Copy full SHA for 3dd0641
.github/workflows/PublishPSModuleToGallery.yaml
@@ -88,5 +88,6 @@ jobs:
88
Version | `{1}`
89
Description | {2}
90
Author | {3}
91
+ Gallery URI | ${{ vars.PSGALLERY_URI }}
92
Publishing Result | {4}
93
'@ -f $oPSModuleInfo_fromJson.Name, $oPSModuleInfo_fromJson.VersionString, $oPSModuleInfo_fromJson.Description, $oPSModuleInfo_fromJson.Author, $strResultOfPublish)
0 commit comments