Skip to content

Commit

Permalink
ci: add apple app self-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Apr 23, 2024
1 parent c8b39b9 commit 822bea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
with:
tagName: v__VERSION__
releaseName: 'v__VERSION__'
Expand Down

0 comments on commit 822bea2

Please sign in to comment.