Skip to content

Commit

Permalink
chore: gh action with TAURI_PRIVATE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero authored Jun 1, 2023
1 parent 3c1226b commit ceeb85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: ${{ steps.next_tag.outputs.tag }}
releaseName: "PremAI App ${{ steps.next_tag.outputs.tag }}"
Expand Down

0 comments on commit ceeb85f

Please sign in to comment.