Skip to content

Commit 140cdef

Browse files
authored
Merge pull request #107 from Lycoon/staging
Release 2.0.1
2 parents 69fedaa + 4f032b8 commit 140cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
profile-type: "MAC_APP_STORE"
2727
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
2828
api-key-id: ${{ secrets.APPSTORE_KEY_ID }}
29-
api-key-content: ${{ secrets.APPSTORE_API_KEY_P8 }}
29+
api-private-key: ${{ secrets.APPSTORE_API_KEY_P8 }}
3030

3131
- uses: actions/setup-node@v4
3232
with: { node-version: "22" }

0 commit comments

Comments
 (0)