From cfb77e8243463b3c9c4c1232d00e967457365492 Mon Sep 17 00:00:00 2001 From: Joooye_34 Date: Thu, 21 Dec 2023 14:15:22 +0000 Subject: [PATCH] chore: fix about version in client (#5371) --- .github/workflows/release-desktop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 45d1593c4b..12beff675d 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -93,6 +93,9 @@ jobs: SKIP_GENERATE_ASSETS: 1 steps: - uses: actions/checkout@v4 + - name: Setup Version + id: version + uses: ./.github/actions/setup-version - name: Setup Node.js timeout-minutes: 10 uses: ./.github/actions/setup-node @@ -167,6 +170,9 @@ jobs: SKIP_GENERATE_ASSETS: 1 steps: - uses: actions/checkout@v4 + - name: Setup Version + id: version + uses: ./.github/actions/setup-version - name: Setup Node.js timeout-minutes: 10 uses: ./.github/actions/setup-node