Skip to content

Commit

Permalink
fix (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanMarchetto authored Jun 8, 2023
1 parent 314a6ab commit e7177bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
projectPath: './ui'
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'Soda v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseName: 'Soda v__VERSION__-alpha' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'This is a very early unaudited and untested release, DO NOT USE IT unless you now what are you doing.\nIn order to use the program you will need to:\n\nDownload the installation files for your OS\nInstall soda\nDownload the template.zip file\nDecompress template.zip'
releaseDraft: true
prerelease: false
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "soda",
"version": "0.0.4-alpha"
"version": "0.0.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit e7177bc

Please sign in to comment.