Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix(wash-build): provide revision metadata to sign actor as part of `…
Browse files Browse the repository at this point in the history
…wash build` cmd

Signed-off-by: Ahmed <[email protected]>
  • Loading branch information
ahmedtadde committed Oct 30, 2023
1 parent 0939a7d commit c9ce5c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/wash-lib/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ fn sign_actor_wasm(
metadata: ActorMetadata {
name: common_config.name.clone(),
ver: Some(common_config.version.to_string()),
//NOTE(Ahmed Tadde): sign_file requires a revision, using 1 as default
rev: Some(1),
custom_caps: actor_config.claims.clone(),
call_alias: actor_config.call_alias.clone(),
issuer: signing_config.issuer,
Expand Down

0 comments on commit c9ce5c0

Please sign in to comment.