From c73e5f58af6759fa4a1fc9cf8a6c8b884ebfc265 Mon Sep 17 00:00:00 2001 From: Jucian0 Date: Sun, 6 Oct 2024 18:09:26 -0300 Subject: [PATCH] chore - actions --- .github/workflows/release.yml | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05a47ce..92f3198 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: pnpm -r publish --no-git-checks --filter=!remote,cart,host + run: pnpm turbo-release - name: Push tags, and commits shell: bash diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2833510..6699a0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: react/cart: dependencies: '@module-federation-bridge/react': - specifier: workspace:^0.0.0 + specifier: workspace:* version: link:../../packages/react react: specifier: ^18.2.0 @@ -110,7 +110,7 @@ importers: react/host: dependencies: '@module-federation-bridge/react': - specifier: workspace:^0.0.0 + specifier: workspace:* version: link:../../packages/react react: specifier: ^18.2.0 @@ -144,7 +144,7 @@ importers: react/remote: dependencies: '@module-federation-bridge/react': - specifier: workspace:^0.0.0 + specifier: workspace:* version: link:../../packages/react react: specifier: ^18.2.0