Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy committed Jul 22, 2024
1 parent 4b7273c commit 94ab1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp ../../README.md .
echo "Publishing package..."
pnpm publish
pnpm publish --no-git-checks
- name: Build storybook
working-directory: packages/zod-error-viewer
run: pnpm build-storybook
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-error-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-error-viewer",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"author": {
"name": "Ben Lorantfy",
Expand Down

0 comments on commit 94ab1b3

Please sign in to comment.