From 6034bbd7afc48dd312040d0f57ab6eb4f5b7c78f Mon Sep 17 00:00:00 2001 From: Jucian0 Date: Mon, 14 Oct 2024 21:55:57 -0300 Subject: [PATCH] test release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 128958d..b4653aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: pnpm turbo-release -s @createform/docs,@createform/examples + run: pnpm turbo-release -s cart,host,remote - name: Push tags, and commits shell: bash