From dcfa1d5b4a2f8b238b66a1e5bd488147bfd19bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 23 Feb 2026 10:31:16 +0100 Subject: [PATCH] update drone --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08f338b..f4c2478 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,8 +49,5 @@ steps: - corepack enable - corepack prepare yarn@1.22.22 --activate - yarn install --frozen-lockfile - - export NEXUS_NPM_REGISTRY="https://nexus.beatrice.wtf/repository/npm-hosted/" - - REGISTRY_HOST="${NEXUS_NPM_REGISTRY#https://}" - - REGISTRY_HOST="${REGISTRY_HOST#http://}" - - printf "//%s:_authToken=%s\n" "$REGISTRY_HOST" "$NEXUS_NPM_TOKEN" > "$HOME/.npmrc" + - npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN" - yarn publish:nexus