diff --git a/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml b/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml index 984e83d18a..f161428cc5 100644 --- a/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml +++ b/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml @@ -67,7 +67,7 @@ jobs: - name: Prepare output run: | REF_VERSION=$(./$BIN_REF --version) - BIN_VERSION=$(./BIN_BASE --version) + BIN_VERSION=$(./$BIN_BASE --version) echo "Metadata comparison:" >> output.txt echo "Date: $(date)" >> output.txt echo "Ref. binary: $REF_URL" >> output.txt