feat(wash): remove -cli suffix to match new release (#895)

Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
This commit is contained in:
Brooks Townsend
2025-03-12 09:15:27 -04:00
committed by GitHub
parent ee4bbcf443
commit 0a163f334c
2 changed files with 145 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
{
"repository": "https://github.com/wasmCloud/wasmCloud",
"tag_prefix": "wash-cli-v",
"rust_crate": "${package}-cli",
"tag_prefix": "wash-v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}${exe}",
"platform": {
"x86_64_linux_musl": {},