From 3364f70617822473b699a25b097d57788022ea4a Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 7 Oct 2024 15:42:19 -0400 Subject: [PATCH] STCLI-251 GA: Omit publishing MD There is no module descriptor here. Refs STCLI-251, 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 97f5209..709a221 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -13,4 +13,6 @@ jobs: jest-test-command: yarn run test sonar-sources: ./lib compile-translations: false + generate-module-descriptor: false + publish-module-descriptor: false