Explorar o código

fix: enable optimizations in cli builds for releases

Jonathan Kelley hai 4 meses
pai
achega
14eb7597df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -102,7 +102,7 @@ jobs:
           checksum: sha256
           manifest_path: packages/cli/Cargo.toml
           ref: refs/tags/${{ env.RELEASE_POST }}
-          features: wasm-opt
+          features: optimizations
 
   # todo: these things
   # Run benchmarks, which we'll use to display on the website