diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 12536897e..6eb074a33 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,7 +28,7 @@ jobs: env: CONFIG_PACKAGE: "${{ steps.config-package-version.outputs.CONFIG_PACKAGE }}" run: | - pnpm add "$CONFIG_PACKAGE" + pnpm add -w "$CONFIG_PACKAGE" # The validation is done based on the `commitlint.config.js` file. - name: Validate PR title