From f3075afb12e569e37228147701b78b98a5148e5e Mon Sep 17 00:00:00 2001 From: Rajesh Mekala <128434380+rajeshkrmekala@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:26:34 -0400 Subject: [PATCH] Update publish-prod.yaml --- .github/workflows/publish-prod.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-prod.yaml b/.github/workflows/publish-prod.yaml index 7861200..c901200 100644 --- a/.github/workflows/publish-prod.yaml +++ b/.github/workflows/publish-prod.yaml @@ -10,9 +10,12 @@ jobs: environment: prod steps: - uses: actions/checkout@v4 + - name: Install AGMPowerCLI + run: Install-Module -Name AGMPowerCLI -Force -Scope CurrentUser + shell: pwsh - name: Publish to PowerShell Gallery env: NUGET_KEY: ${{ secrets.POWERSHELL_GALLERY_API_KEY }} shell: pwsh run: | - Publish-Module -Path . -NuGetApiKey $env:NUGET_KEY -Verbose \ No newline at end of file + Publish-Module -Path . -NuGetApiKey $env:NUGET_KEY -Verbose