From 85737b9b9b909635536e39123c88db5b0b279940 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Thu, 8 Sep 2022 16:58:25 -0400 Subject: [PATCH] fix: npm to publish node client instead of browser --- .github/workflows/publish-clients.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-clients.yml b/.github/workflows/publish-clients.yml index df45a8b..2681618 100644 --- a/.github/workflows/publish-clients.yml +++ b/.github/workflows/publish-clients.yml @@ -21,6 +21,7 @@ jobs: -o /local/client \ -p npmName="@commitdev/zero-notification-service-client" \ -p npmVersion="${{ github.event.release.tag_name }}" \ + -p platform=node \ -p moduleName="NotificationService" sudo chmod -R a+rw ${GITHUB_WORKSPACE}