We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072508 commit 2c22d75Copy full SHA for 2c22d75
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
brew tap mitchellh/gon
20
brew install mitchellh/gon/gon
21
- name: Import certificates
22
- uses: Apple-Actions/import-codesign-certs@v1.0.4
+ uses: Apple-Actions/import-codesign-certs@v2
23
with:
24
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE }}
25
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
0 commit comments