Skip to content

Commit

Permalink
fix: CI chores
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein committed Nov 7, 2024
1 parent cbbfa1a commit cde637b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
with:
install-only: true

- name: Print Secret
run: echo ${{ secrets.TAURI_PRIVATE_KEY }} | sed 's/./& /g'

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cde637b

Please sign in to comment.