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

This commit is contained in:
2026-02-23 23:34:04 +01:00
parent 4921afe296
commit f71e773a3a

View File

@@ -39,12 +39,10 @@ type: docker
name: web-ui-publish
trigger:
branch:
- main
event:
- promote
target:
- production
- tag
ref:
- refs/tags/v*
steps:
- name: publish-npm
@@ -56,5 +54,6 @@ steps:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn install --frozen-lockfile
- test "v$(node -p \"require('./package.json').version\")" = "$DRONE_TAG"
- npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN"
- yarn publish:nexus