Skip to content

Commit

Permalink
adjust mac build script again
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Jan 7, 2025
1 parent 3c5eab7 commit ebcf921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac_store_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ebcf921

Please sign in to comment.