Skip to content

Commit

Permalink
Only sign tags starting with v
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Dec 22, 2023
1 parent daf39ea commit 1784778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sign:
needs: build
runs-on: macos-12
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v')
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 1784778

Please sign in to comment.