fix(runner): immediate poll to decrease restore time (#2516)

* fix(runner): immediate poll to decrease restore time

* chore: bump default prerelease tag

* fix(cli): s is not a function

* add changeset
This commit is contained in:
nicktrn
2025-09-16 16:17:04 +01:00
committed by GitHub
parent 501a383bcd
commit 885ae5e06f
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if [[ -z "${GITHUB_TOKEN}" ]]; then
fi
# Use the first argument as version or 'v3-prerelease' if not available
version=${1:-'v3-prerelease'}
version=${1:-'v4-prerelease'}
# Ensure git stage is clear
if [[ $(git status --porcelain) ]]; then