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 cea4910 commit 4637ed4Copy full SHA for 4637ed4
.github/workflows/publishpackage.yml
@@ -26,6 +26,9 @@ jobs:
26
steps:
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- uses: actions/checkout@v4
29
+ # run powershell script to install the powershellextension module
30
+ - name: Install PowerShell Extension
31
+ run: pwsh -Command "Install-Module -Name PowerShellExtension -Force -AllowClobber"
32
- name: Publish Module to PowerShell Gallery
33
uses: pcgeek86/publish-powershell-module-action@v20
34
id: publish-module
0 commit comments