Skip to content

Commit

Permalink
change release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
madisvain committed Jun 30, 2024
1 parent f070f46 commit 4ebdf9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
TAURI_PRIVATE_KEY=: ${{ secrets.TAURI_PRIVATE_KEY }}

with:
tagName: app-v__VERSION__
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
tagName: v__VERSION__
releaseName: "v__VERSION__"
releaseBody: "See the assets to download a version and install."
releaseDraft: false
prerelease: false
args: ${{ matrix.settings.args }}

0 comments on commit 4ebdf9f

Please sign in to comment.