Skip to content

Commit

Permalink
Update automated-publish.yaml (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
techlake authored Apr 5, 2024
1 parent 5182078 commit fce02bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- shell: pwsh
env:
APIKEY: ${{ secrets.APIKEY }}
TAG_NAME: ${{ github.event.release.tag_name }}
run: |
.\Module\build.ps1
Publish-Module -Path .\Module\EnterprisePolicyAsCode -NuGetApiKey $env:APIKEY -Verbose
Publish-Module -Path .\Module\EnterprisePolicyAsCode -NuGetApiKey $env:APIKEY -Verbose

0 comments on commit fce02bd

Please sign in to comment.