From 88a405f8df6a8bf9f27e476ccbffeaa444cae41d Mon Sep 17 00:00:00 2001 From: Anthony Watherston Date: Mon, 3 Feb 2025 11:06:54 +1100 Subject: [PATCH] Update automated-publish.yaml --- .github/workflows/automated-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated-publish.yaml b/.github/workflows/automated-publish.yaml index e92fcb22..f2b20861 100644 --- a/.github/workflows/automated-publish.yaml +++ b/.github/workflows/automated-publish.yaml @@ -15,7 +15,7 @@ jobs: APIKEY: ${{ secrets.APIKEY }} TAG_NAME: ${{ github.event.release.tag_name }} run: | - Install-Module Az.ResourceGraph -Force + # Install-Module Az.ResourceGraph -Force .\Module\build.ps1 Publish-Module -Path .\Module\EnterprisePolicyAsCode -NuGetApiKey $env:APIKEY -Verbose