From 5e519be049ce04b4cbe01563ad1d8d52d2b28471 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 May 2026 02:23:02 +0000 Subject: [PATCH] fix(ci): correct Gitea org name ByteLyst -> bytelyst in publish scripts Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- scripts/gitea/publish-outdated-packages.sh | 2 +- scripts/gitea/release-packages.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gitea/publish-outdated-packages.sh b/scripts/gitea/publish-outdated-packages.sh index 01e3bcf6..bccf4c3f 100755 --- a/scripts/gitea/publish-outdated-packages.sh +++ b/scripts/gitea/publish-outdated-packages.sh @@ -49,7 +49,7 @@ else IS_CORP=false fi -REGISTRY_URL="${GITEA_NPM_REGISTRY_URL:-${GITEA_BASE}/api/packages/ByteLyst/npm/}" +REGISTRY_URL="${GITEA_NPM_REGISTRY_URL:-${GITEA_BASE}/api/packages/bytelyst/npm/}" TOKEN="${GITEA_NPM_TOKEN:-}" WORK_DIR="${TMPDIR:-/tmp}/bytelyst-publish-$$" DRY_RUN=false diff --git a/scripts/gitea/release-packages.sh b/scripts/gitea/release-packages.sh index c07add36..4e024635 100755 --- a/scripts/gitea/release-packages.sh +++ b/scripts/gitea/release-packages.sh @@ -46,7 +46,7 @@ else IS_CORP=false fi -REGISTRY_URL="${GITEA_NPM_REGISTRY_URL:-${GITEA_BASE}/api/packages/ByteLyst/npm/}" +REGISTRY_URL="${GITEA_NPM_REGISTRY_URL:-${GITEA_BASE}/api/packages/bytelyst/npm/}" AUTH_TARGET="${REGISTRY_URL#http://}" AUTH_TARGET="${AUTH_TARGET#https://}" TOKEN="${GITEA_NPM_TOKEN:-}"