diff --git a/scripts/publish-all.sh b/scripts/publish-all.sh index 1601f58..dbeb3bc 100755 --- a/scripts/publish-all.sh +++ b/scripts/publish-all.sh @@ -22,7 +22,7 @@ set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" MONOREPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" -REGISTRY="https://git.shazhou.work/api/packages/shazhou/npm/" +REGISTRY="https://git.shazhou.work/api/packages/uncaged/npm/" DRY_RUN="" if [[ "${1:-}" == "--dry-run" ]]; then