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

This commit is contained in:
2026-02-23 23:34:16 +01:00
parent 6e4f529446
commit a382bfee01

View File

@@ -39,12 +39,10 @@ type: docker
name: web-core-publish name: web-core-publish
trigger: trigger:
branch:
- main
event: event:
- promote - tag
target: ref:
- production - refs/tags/v*
steps: steps:
- name: publish-npm - name: publish-npm
@@ -56,5 +54,6 @@ steps:
- corepack enable - corepack enable
- corepack prepare yarn@1.22.22 --activate - corepack prepare yarn@1.22.22 --activate
- yarn install --frozen-lockfile - 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" - npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN"
- yarn publish:nexus - yarn publish:nexus