We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7395d1f commit 652e549Copy full SHA for 652e549
.github/workflows/release.yml
@@ -25,6 +25,9 @@ jobs:
25
echo "VERSION=${VERSION}" >> $GITHUB_ENV
26
echo "Docker image tag will be: ${VERSION}"
27
28
+ - name: Derive appropriate SHAs for base and head for `nx affected` commands
29
+ uses: nrwl/nx-set-shas@v4
30
+
31
- name: Set up the dev container
32
uses: ./.github/actions/setup-dev-container
33
0 commit comments