diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7e77054..23aaea87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,9 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Compile latest actions + run: yarn nx run-many --target compile --all + - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: ./actions/set-shas with: