Skip to content

Commit

Permalink
Improved Tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Oct 30, 2023
1 parent bee71c7 commit c975e18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ git tag -a "$versionString" -m "Tagged version ${versionString}"
Write-Host("Pushing tag...");
git push origin $versionString

Write-Host("Pausing...");
Start-Sleep -Seconds 1.5

Write-Host("Launching Github actions page");
Start-Process "https://github.com/panoramicdata/PanoramicData.NCalc101/actions"
Start-Process "https://github.com/panoramicdata/PanoramicData.NCalc101/actions"

Write-Host("Done.");

0 comments on commit c975e18

Please sign in to comment.