From ebcf921be85efccac957ecbc3c18633a03005f12 Mon Sep 17 00:00:00 2001 From: Will Kelly <67284402+wkelly17@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:48:34 -0600 Subject: [PATCH] adjust mac build script again --- .github/workflows/mac_store_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac_store_build.yml b/.github/workflows/mac_store_build.yml index 7cc97438c5..8b677963bd 100644 --- a/.github/workflows/mac_store_build.yml +++ b/.github/workflows/mac_store_build.yml @@ -12,7 +12,8 @@ jobs: with: input_string: ${{ env.CI_REF_NAME }} version_extractor_regex: "v(.*)$" - if: contains( github.ref, 'refs/tags/v' ) + # todo reenable once tested: + # if: contains( github.ref, 'refs/tags/v' ) - name: set version var for tags and update path for releases id: tagged run: |