Skip to content

Commit

Permalink
tauri build yml change
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 16, 2024
1 parent ec9b920 commit 4652e75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
# tagName: app-v__VERSION__
# releaseName: 'App v__VERSION__'
# releaseBody: 'See the assets to download this version and install.'
# releaseDraft: true
# prerelease: false
args: ${{ matrix.args }}

- name: Find or create comment
Expand Down

0 comments on commit 4652e75

Please sign in to comment.