Skip to content

Commit

Permalink
chore: update version to 0.1.2 and fix tag format in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh committed Jan 20, 2025
1 parent 2098190 commit 1dd7ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'Release v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "JSLive",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "io.monawwar.jslive",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit 1dd7ec8

Please sign in to comment.