From 6c9d5daf50d914443cb190e8dbbeac1218d9c50c Mon Sep 17 00:00:00 2001 From: Vinh Date: Wed, 9 Aug 2023 15:24:29 -0700 Subject: [PATCH] fix --- .github/workflows/build-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 4bd96556..c2115810 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -57,6 +57,7 @@ jobs: - name: oak-collator version vs tag validation run: | + tag=${{ github.event.inputs.tag }} # Ensure the version in the binary match the tag to avoid accidently publish wrong binary ./oak-collator --version set -x