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"