Skip to content

Commit

Permalink
ci(ts-sdk): npm publish dist folder only
Browse files Browse the repository at this point in the history
ci(ts-sdk): npm publish dist folder only
  • Loading branch information
Junjiequan authored Nov 5, 2024
2 parents 68d3cad + 1fcbc90 commit 5afab7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-and-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
run: |
npm install
npm run build
cd dist
npm publish --access public
working-directory: ./sdk/typescript-angular/
env:
Expand Down

0 comments on commit 5afab7c

Please sign in to comment.