Skip to content

Commit

Permalink
ci(ts-sdk): npm publish dist folder only
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Nov 5, 2024
1 parent 68d3cad commit 1fcbc90
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 1fcbc90

Please sign in to comment.