Skip to content

Commit 511e920

Browse files
committed
feat: update ci
1 parent a1b98ef commit 511e920

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }}
121121
NO_STRIP: true
122122
with:
123-
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
124-
releaseName: "Auto-release v__VERSION__"
123+
tagName: v${{ github.ref_name }} # the action automatically replaces \_\_VERSION\_\_ with the app version.
124+
releaseName: "Auto-release v${{ github.ref_name }}"
125125
releaseBody: "See the assets to download this version and install. This release was created automatically."
126126
releaseDraft: false
127127
prerelease: true

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "drop-app"
3-
version = "0.3.4"
43
description = "The client application for the open-source, self-hosted game distribution platform Drop"
54
authors = ["Drop OSS"]
65
edition = "2024"

0 commit comments

Comments
 (0)