From 62590c34d1b2c25c41600f57d7c05e837ce6cdaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 24 Feb 2026 10:55:39 +0100 Subject: [PATCH] fix ci --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 70b2d05..96c2ea5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,6 +46,5 @@ steps: from_secret: nexus_npm_token commands: - yarn install --frozen-lockfile - - node -e "const pkg=require('./package.json').version; const tag=process.env.DRONE_TAG; if('v'+pkg!==tag){console.error('Tag/version mismatch: v'+pkg+' != '+tag); process.exit(1);}" - npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN" - yarn publish:nexus