From fe0121979299623ccffb0b308467b0c667ae90fd Mon Sep 17 00:00:00 2001 From: Miller Date: Fri, 1 Mar 2024 14:54:55 -0500 Subject: [PATCH] :bug: tumoronly is somatic --- .github/workflows/release_submodule_updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_submodule_updater.yml b/.github/workflows/release_submodule_updater.yml index b8ee8c2..2ae685a 100644 --- a/.github/workflows/release_submodule_updater.yml +++ b/.github/workflows/release_submodule_updater.yml @@ -128,7 +128,7 @@ jobs: branch: annotation-submodule-to-${{ github.ref_name }} labels: bix-dev - id: cpr-tumor-only - if: ${{ env.GERMLINE_VERSION == github.ref_name }} + if: ${{ env.SOMATIC_VERSION == github.ref_name }} name: Tumor Only PR uses: peter-evans/create-pull-request@v5 with: