Skip to content

Commit 652e549

Browse files
committed
use nx-set-shas
1 parent 7395d1f commit 652e549

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
echo "VERSION=${VERSION}" >> $GITHUB_ENV
2626
echo "Docker image tag will be: ${VERSION}"
2727
28+
- name: Derive appropriate SHAs for base and head for `nx affected` commands
29+
uses: nrwl/nx-set-shas@v4
30+
2831
- name: Set up the dev container
2932
uses: ./.github/actions/setup-dev-container
3033

0 commit comments

Comments
 (0)