From 85c534db3e4796f8d4c69b0a870a0f7cac5dc1b6 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Thu, 10 Oct 2024 21:38:58 +0200 Subject: [PATCH] ci: Compile latest custom GitHub actions in release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) 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: