Skip to content

Commit

Permalink
chore(release-action): fix clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmcmahon committed Jan 20, 2025
1 parent 69404af commit 0a1e12a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1

- name: Clean
shell: pwsh
run: make clean-cp

- name: Build
run: make build

Expand Down

0 comments on commit 0a1e12a

Please sign in to comment.