Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Mar 5, 2023
1 parent 4983e0e commit 589493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Delete temp keychain
run: |
/usr/bin/security delete-keychain signing_temp.keychain
/usr/bin/security delete-keychain signing_temp.keychain || true
- name: Import Signing Certificates
uses: apple-actions/import-codesign-certs@v1
with:
Expand Down

0 comments on commit 589493f

Please sign in to comment.