1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00

Update tauri.yml

This commit is contained in:
Puyodead1 2023-12-10 01:39:26 -05:00 committed by GitHub
parent 0f6ecbabd8
commit 108c2674c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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