mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
Update tauri.yml
This commit is contained in:
parent
0f6ecbabd8
commit
108c2674c2
4
.github/workflows/tauri.yml
vendored
4
.github/workflows/tauri.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tagName: client-v${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7}
|
||||
releaseName: "Spacebar Client v${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7}"
|
||||
tagName: client-${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7}
|
||||
releaseName: "Spacebar Client ${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7}"
|
||||
releaseBody: "See the assets to download this version and install."
|
||||
releaseDraft: false
|
||||
prerelease: true
|
||||
|
Loading…
Reference in New Issue
Block a user