We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555315d commit aae4e24Copy full SHA for aae4e24
scripts/generate-release-notes.sh
@@ -202,7 +202,7 @@ mrenclave: : $MRENCLAVE
202
EOF
203
fi
204
205
-if is_identity_worker_release; then
+if is_bitacross_worker_release; then
206
WORKER_VERSION=$(grep version bitacross-worker/service/Cargo.toml | head -n1 | sed "s/'$//;s/.*'//")
207
WORKER_BIN=$(grep name bitacross-worker/service/Cargo.toml | head -n1 | sed "s/'$//;s/.*'//")
208
WORKER_RUSTC_VERSION=$(cd bitacross-worker && rustc --version)
0 commit comments