bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Remove javy-cli from NPM publishing workflow #733

Closed jeffcharles closed 3 months ago

jeffcharles commented 3 months ago

Description of the change

Updating the NPM package publishing workflow to remove javy-cli from it.

Why am I making this change?

I should've done this as part of #726 but I missed it in the search results (there's also a lot of references to the javy-cli crate in a bunch of places). At the moment this is causing a GitHub Action failure after merging to the main branch.

Checklist