diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5547913..ebe4a74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,10 @@ jobs: canvas-react: ${{ steps.publish-package.outputs.react }} steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. + - name: Find changes in packages id: changed-packages uses: tj-actions/changed-files@v40