Skip to content

Commit

Permalink
Add APPLE_TEAM_ID, necessary for notarization now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacki98 committed Aug 6, 2024
1 parent a1e36ed commit cdd966b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY:
${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
with:
Expand Down

0 comments on commit cdd966b

Please sign in to comment.