Compare commits

...

2 Commits

Author SHA1 Message Date
44dd5d5deb v0.1.14
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2026-02-23 23:51:42 +01:00
8d3ca5a281 fix ci
Some checks failed
continuous-integration/drone/push Build encountered an error
2026-02-23 23:51:16 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -54,6 +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"
- 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

View File

@@ -1,6 +1,6 @@
{
"name": "@panic/web-ui",
"version": "0.1.13",
"version": "0.1.14",
"license": "AGPL-3.0-only",
"description": "Core components for panic.haus web applications",
"type": "module",