From 87c3110f03a628893ebb4ed8d138b1d9a5b09e11 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 7 Oct 2024 15:41:11 -0400 Subject: [PATCH] STRWEB-119 GA: omit publishing MD There is no module-descriptor here. Refs STRWEB-119, STRIPES-938 --- .github/workflows/ui.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index b9e3a59..cbe2e3a 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -13,4 +13,6 @@ jobs: jest-test-command: yarn run test sonar-sources: . compile-translations: false + generate-module-descriptor: false + publish-module-descriptor: false