From c1c7ce310ce53944fbd10317fc2ac8dd35089219 Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Wed, 3 May 2023 15:10:37 -0700 Subject: [PATCH] feat(ci): Include command line build in CI artifacts branch --- .github/workflows/deno_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index 1762887e..059226dc 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -74,7 +74,8 @@ jobs: - name: Commit to new branch run: | mv main/main.js . - git add main.js + mv main/bids-validator.js . + git add main.js bids-validator.js git commit -m "BLD: $VERSION [skip ci]" || true - name: Push run: git push origin deno-build