diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa23d97..d3a8029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,8 @@ jobs: run: | npm config set //registry.npmjs.org/:_authToken "${NPM_TOKEN}" preid=$(sed -e s:/:-:g <<<${{ github.head_ref }}).${{ github.run_number }}.${{ github.run_attempt }} - pnpm --filter './packages/*' exec npm --no-git-tag-version version prerelease --preid="${preid}" - pnpm --filter './packages/*' publish --no-git-checks --access public --tag development + npm --no-git-tag-version version prerelease --preid="${preid}" + pnpm publish --no-git-checks --access public --tag development - name: Publish (main) if: github.repository == 'RightCapitalHQ/frontend-libraries' && github.event_name == 'push' && github.ref_name == github.event.repository.default_branch