Skip to content

Commit

Permalink
ci: Compile latest custom GitHub actions in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 10, 2024
1 parent 8df9a21 commit 85c534d
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 @@ -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:
Expand Down

0 comments on commit 85c534d

Please sign in to comment.