From 601dbedc56b284db26a3fc8506fadad3ceb08e3c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 12 Oct 2025 23:42:29 +0000 Subject: [PATCH] fix: handle missing GITHUB_REPOSITORY variable in release script --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 5b98287bb..bc5dc5cff 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -164,4 +164,4 @@ echo " - Publish to npm" echo " - Create a GitHub release" echo " - Build and push Docker images" echo "" -echo "2. Monitor the workflow at: https://github.com/$GITHUB_REPOSITORY/actions" +echo "2. Monitor the workflow at: https://github.com/\${GITHUB_REPOSITORY:-your-org/your-repo}/actions"