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