Skip to content

Commit

Permalink
Force publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy committed Jun 3, 2024
1 parent d01b027 commit cf3339d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- run: pnpm lint
- run: pnpm format:check
- run: pnpm build
- run: |
- name: Publish package
run: |
if [ $GITHUB_REF != "refs/heads/main" ]; then
echo "Branch is not main, skipping publish step"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-error-viewer",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Ben Lorantfy",
Expand Down

0 comments on commit cf3339d

Please sign in to comment.