Oops
@ -78,7 +78,7 @@ jobs:
name: Apple Signing
runs-on: macos-latest
# Ignore pull requests & non-master branches
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
needs: [build-osx]
strategy:
matrix: