File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
IntelliTect.MicrosoftWord Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8686 git commit -m "[skip ci] Commit from build agent"
8787 git push
8888 - name : Publish To Gallery
89- env :
90- API_KEY : ${{ secrets.POWERSHELL_GALLERY_API_KEY }}
9189 run : |
9290 if(!(Test-Path StagingChangedModules)) {
9391 Write-Host "No modules changed"
9694 }
9795 $moduleFolders = Get-ChildItem StagingChangedModules
9896 foreach ($item in $moduleFolders){
99- Publish-Module -Path $item.FullName -NuGetApiKey $env:API_KEY -Verbose
97+ Publish-Module -Path $item.FullName -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_API_KEY }} -Verbose
10098 }
Original file line number Diff line number Diff line change 1212RootModule = ' ./IntelliTect.MicrosoftWord.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.5.0.9 '
15+ ModuleVersion = ' 0.5.0.11 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 33#
44# Generated by: IntelliTect
55#
6- # Generated on: 6/18/2021
6+ # Generated on: 12/15/2022
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.4.2.4 '
15+ ModuleVersion = ' 1.4.2.5 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments