Skip to content

Commit

Permalink
fix: add config
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Apr 29, 2023
1 parent c1e25df commit e518ca1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,17 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: honeyplayer-v__VERSION__
tagName: app-v__VERSION__
releaseName: 'Honey Player v__VERSION__'
releaseBody: 'Take a look at the assets to download and install this app.'
releaseDraft: true
prerelease: false
releaseDraft: false
prerelease: true

0 comments on commit e518ca1

Please sign in to comment.