Skip to content

Commit

Permalink
add missing TAURI_PRIVATE_KEY to action
Browse files Browse the repository at this point in the history
  • Loading branch information
sftblw committed Nov 14, 2023
1 parent 70a39e7 commit 9973ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: ci-release-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'v__VERSION__'
Expand Down

0 comments on commit 9973ba6

Please sign in to comment.