Skip to content

Commit

Permalink
Fix tauri-ci.yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 6, 2024
1 parent 15d7b35 commit 406027c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_API_KEY: ${{ APPLE_API_KEY }}
APPLE_API_ISSUER: ${{ APPLE_API_ISSUER}}
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER}}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
Expand Down

0 comments on commit 406027c

Please sign in to comment.