Skip to content

Commit

Permalink
fix (#1348)
Browse files Browse the repository at this point in the history
* fix

* f
  • Loading branch information
samijaber authored Jan 26, 2024
1 parent e7e7b83 commit 6212212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
# Workaround for https://github.com/changesets/changesets/issues/432
publish: yarn workspace @builder.io/mitosis-cli fix-core-version && yarn changeset publish
publish: yarn ci:release
title: "📦 Publish Packages"
commit: "📦 Publish Packages"
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"g:changeset": "yarn changeset",
"ci:release": "yarn workspace @builder.io/mitosis-cli fix-core-version && yarn changeset publish",
"build:core": "nx build @builder.io/mitosis",
"build:fiddle": "nx build @builder.io/mitosis-fiddle",
"build:eslint-plugin": "nx build @builder.io/eslint-plugin-mitosis",
Expand Down

1 comment on commit 6212212

@vercel
Copy link

@vercel vercel bot commented on 6212212 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.