Skip to content

Commit 6212212

Browse files
authored
fix (#1348)
* fix * f
1 parent e7e7b83 commit 6212212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
id: changesets
4040
uses: changesets/action@v1
4141
with:
42-
# Workaround for https://github.com/changesets/changesets/issues/432
43-
publish: yarn workspace @builder.io/mitosis-cli fix-core-version && yarn changeset publish
42+
publish: yarn ci:release
4443
title: "📦 Publish Packages"
4544
commit: "📦 Publish Packages"
4645
env:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"scripts": {
1414
"g:changeset": "yarn changeset",
15+
"ci:release": "yarn workspace @builder.io/mitosis-cli fix-core-version && yarn changeset publish",
1516
"build:core": "nx build @builder.io/mitosis",
1617
"build:fiddle": "nx build @builder.io/mitosis-fiddle",
1718
"build:eslint-plugin": "nx build @builder.io/eslint-plugin-mitosis",

0 commit comments

Comments
 (0)