File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
46
46
path : ./out/
47
47
- name : Publish Prerelease to PSGallery (WhatIf)
48
48
if : steps.gitversion_vars.outputs.PreReleaseTag != ''
49
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
49
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
50
50
with :
51
51
run : ./build/publish.ps1 -NUGET_KEY "abc" -Prerelease -WhatIf
52
52
- name : Publish Release to PSGallery (WhatIf)
53
53
if : steps.gitversion_vars.outputs.PreReleaseTag == ''
54
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
54
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
55
55
with :
56
56
run : ./build/publish.ps1 -NUGET_KEY "abc" -WhatIf
57
57
@@ -74,14 +74,14 @@ jobs:
74
74
path : ./out/
75
75
- name : Publish Prerelease to PSGallery
76
76
if : steps.gitversion_vars.outputs.PreReleaseTag != ''
77
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
77
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
78
78
env :
79
79
NUGET_KEY : ${{ secrets.NUGET_KEY }}
80
80
with :
81
81
run : ./build/publish.ps1 -NUGET_KEY "$env:NUGET_KEY" -Prerelease
82
82
- name : Publish Release to PSGallery
83
83
if : steps.gitversion_vars.outputs.PreReleaseTag == ''
84
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
84
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
85
85
env :
86
86
NUGET_KEY : ${{ secrets.NUGET_KEY }}
87
87
with :
Original file line number Diff line number Diff line change 14
14
- name : Check out repository code
15
15
uses : actions/checkout@v4
16
16
- name : Lint with PSScriptAnalyzer
17
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
17
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
18
18
with :
19
19
run : ./build/lint.ps1 -CI -NoFail:([bool]"${{ secrets.MANDATE_LINT_SUCCESS != 'true' }}")
20
20
58
58
mode : ' download'
59
59
github_token : " ${{ secrets.GITHUB_TOKEN }}"
60
60
- name : Build PSGallery package
61
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
61
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
62
62
env :
63
63
PackageVersion : ${{ steps.gitversion_vars.outputs.NuGetVersionV2 }}
64
64
ModuleVersionMajor : ${{ steps.gitversion_vars.outputs.Major }}
@@ -112,7 +112,7 @@ jobs:
112
112
name : PSGallery-package
113
113
path : ./out/
114
114
- name : Test with Pester
115
- uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
115
+ uses : pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
116
116
with :
117
117
run : ./build/test.ps1 -UsePackageExport -CI -OutputFilesPrefix "${{ matrix.os }}-" -NoFail:([bool]"${{ matrix.experimental }}")
118
118
- name : " Create artifact: tests-${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments