File tree 3 files changed +4
-6
lines changed
IntelliTect.MicrosoftWord
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 86
86
git commit -m "[skip ci] Commit from build agent"
87
87
git push
88
88
- name : Publish To Gallery
89
- env :
90
- API_KEY : ${{ secrets.POWERSHELL_GALLERY_API_KEY }}
91
89
run : |
92
90
if(!(Test-Path StagingChangedModules)) {
93
91
Write-Host "No modules changed"
96
94
}
97
95
$moduleFolders = Get-ChildItem StagingChangedModules
98
96
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
100
98
}
Original file line number Diff line number Diff line change 12
12
RootModule = ' ./IntelliTect.MicrosoftWord.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.5.0.9 '
15
+ ModuleVersion = ' 0.5.0.11 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: IntelliTect
5
5
#
6
- # Generated on: 6/18/2021
6
+ # Generated on: 12/15/2022
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.4.2.4 '
15
+ ModuleVersion = ' 1.4.2.5 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments