Skip to content

Commit

Permalink
Trying this out now
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinosh committed May 13, 2024
1 parent 4ed2210 commit 97bb5b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
releaseId: app-v__VERSION__
relaeseName: app-v__VERSION__
tagName: app-v__VERSION__
tagName: app-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
prerelease: false
Expand Down

0 comments on commit 97bb5b5

Please sign in to comment.