open actions tab on tag push to monitor build status

This commit is contained in:
Gamosoft 2025-12-07 11:32:47 +01:00
parent 24a869d2f4
commit 36cc1e81dc
1 changed files with 5 additions and 0 deletions

View File

@ -146,3 +146,8 @@ git push origin "v$Version"
Write-Host "`nRelease $Version completed successfully!" -ForegroundColor Green
Write-Host "Tag: v$Version" -ForegroundColor Cyan
# Open GitHub Actions page to monitor build status
$actionsUrl = "https://github.com/gamosoft/NoteDiscovery/actions"
Write-Host "`nOpening GitHub Actions to monitor build status..." -ForegroundColor Yellow
Start-Process $actionsUrl