Skip to content

Commit

Permalink
update: build
Browse files Browse the repository at this point in the history
  • Loading branch information
canwdev committed Jun 8, 2024
1 parent dc619f9 commit 45b6bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseName: 'v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'See the assets to download and install this version.'
releaseDraft: true
releaseDraft: false
prerelease: false

0 comments on commit 45b6bb2

Please sign in to comment.