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:-}"