Skip to content

Commit 05cf992

Browse files
committed
fix: release
1 parent c01b841 commit 05cf992

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
matrix:
6262
include:
6363
- platform: 'macos-latest' # for Arm based macs (M1 and above).
64-
args: '--target aarch64-apple-darwin --debug'
64+
args: '--target aarch64-apple-darwin'
6565
- platform: 'macos-latest' # for Intel based macs.
66-
args: '--target x86_64-apple-darwin --debug'
66+
args: '--target x86_64-apple-darwin'
6767
- platform: 'ubuntu-22.04'
68-
args: '--debug'
68+
args: ''
6969
- platform: 'windows-latest'
70-
args: '--debug'
70+
args: ''
7171

7272
runs-on: ${{ matrix.platform }}
7373
env:
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
tagName: ${{ needs.build.outputs.tag_name }}
141141
prerelease: false
142-
args: ${{ matrix.args }}
142+
args: ${{ matrix.args }}
143143

144144
# sync:
145145
# name: Create PR to update VERSION

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Greptime Dashboard",
4-
"version": "0.8.0-alpha.16",
4+
"version": "0.8.0-alpha.17",
55
"identifier": "com.greptime",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)