Skip to content

Commit

Permalink
modify workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
RenanSui committed Aug 29, 2024
1 parent 07a137d commit 5d8b94d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
with:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
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.'
Expand Down

0 comments on commit 5d8b94d

Please sign in to comment.