Skip to content

Commit

Permalink
Restore full conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed May 13, 2024
1 parent f57770f commit 2aaaa88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ jobs:
strip release/*
- name: Sign and Notarize Binaries (Mac OS)
# && startsWith(github.ref, 'refs/tags/v') }}
if: ${{ contains(matrix.os, 'macos') }}
if: ${{ contains(matrix.os, 'macos') }} && startsWith(github.ref, 'refs/tags/v') }}
env:
MACOS_BUILD_CERT_BASE64: ${{ secrets.MACOS_BUILD_CERT_BASE64 }}
MACOS_BUILD_CERT_P12_PASSWORD: ${{ secrets.MACOS_BUILD_CERT_P12_PASSWORD }}
Expand Down

0 comments on commit 2aaaa88

Please sign in to comment.