From 6212212c2aa9ee86bf6f06abf22d7403e28c7611 Mon Sep 17 00:00:00 2001 From: Sami Jaber Date: Fri, 26 Jan 2024 14:56:10 -0400 Subject: [PATCH] fix (#1348) * fix * f --- .github/workflows/publish.yml | 3 +-- package.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e2fdade8ff..304b473f41 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/package.json b/package.json index e927e6a40e..e01d311177 100644 --- a/package.json +++ b/package.json @@ -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",