From fe8bb550e3c0f206c0f8e974ea4d8423cd840e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= <46275354+fu050409@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:06:27 +0800 Subject: [PATCH] ci(release): fix app version (#44) --- .cspell.json | 1 + .github/workflows/covector-version-or-publish.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index e8a94bf..d4ed254 100644 --- a/.cspell.json +++ b/.cspell.json @@ -5,6 +5,7 @@ "clippy", "confirmationservice", "covector", + "dtolnay", "farmfe", "icns", "ICPC", diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index f6b55ef..14ad82e 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -133,4 +133,4 @@ jobs: releaseId: ${{ needs.version-or-publish.outputs.releaseId }} args: ${{ matrix.args }} updaterJsonPreferNsis: true - appVersion: ${{ needs.version-or-publish.outputs.version }} + appVersion: 0.1.0-nightly