diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 8b2f418..c3b2ba6 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -65,7 +65,7 @@ jobs: run: yarn install --prefer-offline --frozen-lockfile --non-interactive - name: Derive appropriate SHAs for base and head for `nx affected` commands - uses: nrwl/nx-set-shas@v2 + uses: nrwl/nx-set-shas@v3 with: main-branch-name: ${{ github.base_ref || 'main' }}