From 1fcbc90fd0e3e336b5ff1f3bf5cb1bd7455abfff Mon Sep 17 00:00:00 2001 From: junjiequan Date: Tue, 5 Nov 2024 10:35:05 +0100 Subject: [PATCH] ci(ts-sdk): npm publish dist folder only --- .github/workflows/release-and-publish-sdk.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-and-publish-sdk.yml b/.github/workflows/release-and-publish-sdk.yml index 980cbe8d6..0192da59e 100644 --- a/.github/workflows/release-and-publish-sdk.yml +++ b/.github/workflows/release-and-publish-sdk.yml @@ -193,6 +193,7 @@ jobs: run: | npm install npm run build + cd dist npm publish --access public working-directory: ./sdk/typescript-angular/ env: