Skip to content

Commit

Permalink
Update action version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Sep 26, 2024
1 parent 77fd1cc commit e4ff4a8
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 @@ -15,7 +15,7 @@ jobs:
- name: Xcode select
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Setup Signing Certificate
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
Expand Down

0 comments on commit e4ff4a8

Please sign in to comment.