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 }}