Skip to content

Commit 99150b5

Browse files
committed
fix: upate cached modules and update required version for PSCertutil
1 parent ca618d5 commit 99150b5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: psmodulecache
1414
uses: potatoqualitee/psmodulecache@v6.2.1
1515
with:
16-
modules-to-cache: BuildHelpers
16+
modules-to-cache: BuildHelpers, PSFramework
1717
- shell: pwsh
1818
# Give an id to the step, so we can reference it later
1919
id: check_if_versions_bumped
@@ -30,4 +30,6 @@ jobs:
3030
if: steps.check_if_versions_bumped.outputs.version_bumped == 'True'
3131
env:
3232
PSGALLERY_API_KEY: ${{ secrets.PS_GALLERY_KEY }}
33-
run: ./build.ps1 -Task Publish -Bootstrap
33+
run: |
34+
Import-Module PSFramework
35+
./build.ps1 -Task Publish -Bootstrap

requirements.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
Version = '1.19.1'
2525
}
2626
'PSCertutil' = @{
27-
Version = '0.0.1'
27+
Version = '0.0.3'
2828
}
2929
}

0 commit comments

Comments
 (0)