Skip to content

Commit 4637ed4

Browse files
committed
update workflow
1 parent cea4910 commit 4637ed4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publishpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- 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"
2932
- name: Publish Module to PowerShell Gallery
3033
uses: pcgeek86/publish-powershell-module-action@v20
3134
id: publish-module

0 commit comments

Comments
 (0)