Skip to content

Commit

Permalink
vix versioning in git action and tauri config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Nov 19, 2023
1 parent 44c818a commit 3e7a95f
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "solars",
"version": "0.0.0"
"version": "0.1.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 3e7a95f

Please sign in to comment.