From bfb9e9b5c5a993cae7ffce2610ee9dc7d86709c8 Mon Sep 17 00:00:00 2001 From: himself65 Date: Fri, 16 Jun 2023 14:44:45 +0800 Subject: [PATCH] ci: update `release-desktop-app.yml` --- .github/workflows/release-desktop-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-desktop-app.yml b/.github/workflows/release-desktop-app.yml index 46b6c164e4..3e69829785 100644 --- a/.github/workflows/release-desktop-app.yml +++ b/.github/workflows/release-desktop-app.yml @@ -56,7 +56,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} API_SERVER_PROFILE: prod ENABLE_TEST_PROPERTIES: false - ENABLE_IMAGE_PREVIEW_MODAL: true + ENABLE_IMAGE_PREVIEW_MODAL: ${{ github.event.inputs.build-type == 'stable' && false || true }} ENABLE_BOOKMARK_OPERATION: true RELEASE_VERSION: ${{ github.event.inputs.version }}