Skip to content

Commit

Permalink
Merge pull request #13 from yaoshiu/dev
Browse files Browse the repository at this point in the history
ci fixed
  • Loading branch information
yaoshiu authored Aug 28, 2024
2 parents 12cd69a + 1c800d2 commit fa73a27
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 129 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
publish-tauri:
environment: release

permissions:
contents: write
strategy:
Expand Down Expand Up @@ -55,7 +57,7 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
Expand Down
Loading

0 comments on commit fa73a27

Please sign in to comment.