Skip to content

Commit

Permalink
Merge branch 'dev' into p-859-sync-live-parachain-is-too-slow-for-wor…
Browse files Browse the repository at this point in the history
…kers
  • Loading branch information
silva-fj committed Jul 12, 2024
2 parents 128a5ed + aae4e24 commit 38450fd
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 38450fd

Please sign in to comment.