fix: Fix SPO output for Get-SPOSite

This commit is contained in:
DrIOS
2025-01-14 13:07:59 -06:00
parent a8b76c7e16
commit 642cdfe2ab
3 changed files with 10 additions and 3 deletions

View File

@@ -5,10 +5,10 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1
<#
$ver = "v0.1.27"
$ver = "v0.1.28"
git checkout main
git pull origin main
git tag -a $ver -m "Release version $ver refactor Update"
git tag -a $ver -m "Release version $ver bugfix Update"
git push origin $ver
"Fix: PR #37"
git push origin $ver