Skip to content

Commit

Permalink
Installing M365DSC in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 27, 2023
1 parent ef62095 commit 0129487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ModuleBuildTestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Publish Release
shell: pwsh
run: |
Get-ChildItem
Install-Module Microsoft365DSC -Confirm:$false -Force
./build.ps1 -Tasks Publish
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0129487

Please sign in to comment.