We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708e1c0 commit 299c54bCopy full SHA for 299c54b
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
ChocoApiKey: ${{ secrets.ChocoApiKey }}
20
21
steps:
22
+ - uses: AutoModality/action-clean@v1
23
- uses: actions/checkout@v2
24
25
- name: GitVersion
@@ -28,6 +29,11 @@ jobs:
28
29
- name: Install-RequiredModules
30
uses: PoshCode/Actions/install-requiredmodules@v1
31
32
+ - name: Install and cache PowerShell modules
33
+ uses: potatoqualitee/psmodulecache@v4
34
+ with:
35
+ modules-to-cache: PlatyPS:0.14.0
36
+
37
- name: Build Module
38
run: .\build.ps1 -Build -SemVer "${{ steps.gitversion.outputs.LegacySemVerPadded }}"
39
shell: pwsh
0 commit comments