We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca618d5 commit 99150b5Copy full SHA for 99150b5
2 files changed
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
id: psmodulecache
14
uses: potatoqualitee/psmodulecache@v6.2.1
15
with:
16
- modules-to-cache: BuildHelpers
+ modules-to-cache: BuildHelpers, PSFramework
17
- shell: pwsh
18
# Give an id to the step, so we can reference it later
19
id: check_if_versions_bumped
@@ -30,4 +30,6 @@ jobs:
30
if: steps.check_if_versions_bumped.outputs.version_bumped == 'True'
31
env:
32
PSGALLERY_API_KEY: ${{ secrets.PS_GALLERY_KEY }}
33
- run: ./build.ps1 -Task Publish -Bootstrap
+ run: |
34
+ Import-Module PSFramework
35
+ ./build.ps1 -Task Publish -Bootstrap
requirements.psd1
@@ -24,6 +24,6 @@
24
Version = '1.19.1'
25
}
26
'PSCertutil' = @{
27
- Version = '0.0.1'
+ Version = '0.0.3'
28
29
0 commit comments