Skip to content

Commit

Permalink
fix: Skip typescript patch cache (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: manuel.carrera <manuel.carrera@workday.com>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Nov 13, 2024
1 parent 37d8f35 commit 056b1bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ runs:
- name: Build
shell: bash
run: yarn build
env:
TSP_SKIP_CACHE: true

# Push both the commit and tag created by Lerna's version command using a PAT
- name: Push changes
Expand Down

0 comments on commit 056b1bf

Please sign in to comment.