Skip to content

Commit

Permalink
Merge pull request #7 from ArweaveTeam/fix-publish-action
Browse files Browse the repository at this point in the history
chore(release-action): fix clean
  • Loading branch information
rosmcmahon authored Jan 20, 2025
2 parents 69404af + 0a1e12a commit b70923f
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 b70923f

Please sign in to comment.