diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1493398..0994824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,8 +120,8 @@ jobs: APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }} NO_STRIP: true with: - tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. - releaseName: "Auto-release v__VERSION__" + tagName: ${{ github.ref_name }} # the action automatically replaces \_\_VERSION\_\_ with the app version. + releaseName: "Auto-release ${{ github.ref_name }}" releaseBody: "See the assets to download this version and install. This release was created automatically." releaseDraft: false prerelease: true diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 62c6bcc..cb5fd54 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1339,7 +1339,7 @@ dependencies = [ [[package]] name = "drop-app" -version = "0.3.4" +version = "0.0.0" dependencies = [ "atomic-instant-full", "bitcode", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c165bee..ade4314 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "drop-app" -version = "0.3.4" description = "The client application for the open-source, self-hosted game distribution platform Drop" authors = ["Drop OSS"] edition = "2024"