Skip to content

Commit

Permalink
Remove working tree files for publication (#1421)
Browse files Browse the repository at this point in the history
Avoids an error encountered during publishing where everything published
except for `wasm-tools` itself because Cargo was warning about a dirty
source tree.
  • Loading branch information
alexcrichton authored Feb 15, 2024
1 parent 69a397f commit 32ffa5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
tag_name: v${{ steps.tag.outputs.version }}

- run: |
rm -rf dist main.log
rustc ci/publish.rs
./publish publish
env:
Expand Down

0 comments on commit 32ffa5a

Please sign in to comment.