fix: handle missing GITHUB_REPOSITORY variable in release script

This commit is contained in:
Cursor Agent 2025-10-12 23:42:29 +00:00
parent 5d4c8d26c7
commit 601dbedc56

View file

@ -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"