Skip to content

Commit

Permalink
fix(openchallenges): set Nx references in the release workflow (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Oct 3, 2024
1 parent 7395d1f commit 1acb675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1acb675

Please sign in to comment.