Skip to content

Commit

Permalink
Fix wrong if in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jul 12, 2024
1 parent 555315d commit 205a1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ mrenclave: : $MRENCLAVE
EOF
fi

if is_identity_worker_release; then
if is_bitacross_worker_release; then
WORKER_VERSION=$(grep version bitacross-worker/service/Cargo.toml | head -n1 | sed "s/'$//;s/.*'//")
WORKER_BIN=$(grep name bitacross-worker/service/Cargo.toml | head -n1 | sed "s/'$//;s/.*'//")
WORKER_RUSTC_VERSION=$(cd bitacross-worker && rustc --version)
Expand Down

0 comments on commit 205a1c4

Please sign in to comment.