From 130ef73e39ee011c40af96624d0c8ef0fa426b09 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 2 Nov 2025 11:55:50 -0500 Subject: [PATCH] fix(scripts): release.sh --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 5a340cc340..9d47aa5371 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -97,5 +97,5 @@ echo " Next steps: - Run tests/CI (version_spec.lua)! - Push the tag: - git push v${__VERSION} + git push origin tag v${__VERSION} - Update website: index.html"