update drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-23 10:31:16 +01:00
parent f39d8fc484
commit dcfa1d5b4a

View File

@@ -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