Skip to content

Commit

Permalink
fix action and release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leastrio committed Nov 29, 2023
1 parent bd9325c commit bbf2ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secret.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secret.TAURI_KEY_PASSWORD }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: dolos-v__VERSION__
releaseName: 'Dolos v__VERSION__'
Expand Down

0 comments on commit bbf2ce5

Please sign in to comment.