Skip to content

Commit 07cef41

Browse files
Merge pull request #74 from Web3-Builders-Alliance/main
fix (#73)
2 parents effc464 + e7177bc commit 07cef41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
projectPath: './ui'
5757
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
58-
releaseName: 'Soda v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
58+
releaseName: 'Soda v__VERSION__-alpha' # tauri-action replaces \_\_VERSION\_\_ with the app version.
5959
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'
6060
releaseDraft: true
6161
prerelease: false

ui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "soda",
10-
"version": "0.0.4-alpha"
10+
"version": "0.0.4"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)