Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Mar 19, 2024
1 parent cbb9525 commit 1135463
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ git tag -a "$fullVersion" -m "Release $fullVersion"
# Push the tag to the remote repository
git push origin "$fullVersion"

# Display the message
Write-Host "GitHub Actions are now running. Please wait 5 minutes, and a release will be created on GitHub and itch.io."

# Pause the script execution
Write-Host "Press any key to continue..."
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")

# NOTE: in github desktop click "Pull origin" before running this, in order to be sure the commits count is correct.

0 comments on commit 1135463

Please sign in to comment.