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 - name: Install Dependencies
run: yarn run: yarn
- name: Build
run: yarn build
- name: Create Release Pull Request or Publish to npm - name: Create Release Pull Request or Publish to npm
id: changesets id: changesets
uses: changesets/action@v1 uses: changesets/action@v1
with: with:
publish: yarn changeset publish publish: yarn run publish
version: yarn changeset version
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -10,6 +10,7 @@
"scripts": { "scripts": {
"build": "yarn workspaces foreach --all --topological --verbose run build", "build": "yarn workspaces foreach --all --topological --verbose run build",
"publint": "yarn workspaces foreach --all --topological --verbose run publint", "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": "yarn tsc --build",
"typecheck:clean": "yarn tsc --build --clean", "typecheck:clean": "yarn tsc --build --clean",
"typecheck:watch": "yarn tsc --build --watch", "typecheck:watch": "yarn tsc --build --watch",