fix(zod-openapi): republish without workspace reference (#1111)

fixes #1109
pull/1115/head
Jonathan Haines 2025-04-09 19:37:30 +10:00 committed by GitHub
parent 542391f8db
commit ad4622a853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/zod-openapi': patch
---
Republish v0.19.3 without workspace reference

View File

@ -23,14 +23,12 @@ jobs:
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: yarn changeset publish
publish: yarn run publish
version: yarn changeset version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -10,6 +10,7 @@
"scripts": {
"build": "yarn workspaces foreach --all --topological --verbose run build",
"publint": "yarn workspaces foreach --all --topological --verbose run publint",
"publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish",
"typecheck": "yarn tsc --build",
"typecheck:clean": "yarn tsc --build --clean",
"typecheck:watch": "yarn tsc --build --watch",
@ -44,4 +45,4 @@
"vitest": "^3.0.8"
},
"packageManager": "yarn@4.0.2"
}
}