From 652e54991c7613e1c47100b87166b0fe4c00a798 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Thu, 3 Oct 2024 22:04:03 +0000 Subject: [PATCH] use nx-set-shas --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b911809b0..23da64293 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,9 @@ jobs: echo "VERSION=${VERSION}" >> $GITHUB_ENV echo "Docker image tag will be: ${VERSION}" + - name: Derive appropriate SHAs for base and head for `nx affected` commands + uses: nrwl/nx-set-shas@v4 + - name: Set up the dev container uses: ./.github/actions/setup-dev-container