Skip to content

Commit c2a0c0a

Browse files
Update halprin/macos-sign-package-notarize action to v2
1 parent e40309a commit c2a0c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
6363
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
6464

65-
- uses: halprin/macos-sign-package-notarize@v1
65+
- uses: halprin/macos-sign-package-notarize@v2
6666
with:
6767
path-to-binary: ./aws-mfa
6868
signing-identity: ${{ secrets.SIGNING_IDENTITY }}

0 commit comments

Comments
 (0)