Skip to content

Commit

Permalink
Update automated-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anwather authored Feb 3, 2025
1 parent 4567339 commit 88a405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88a405f

Please sign in to comment.