Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Nov 26, 2024
1 parent 63500ba commit c56e938
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-and-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ jobs:

- name: Publish package
run: |
npm install --ignore-scripts
npm run build
cp ./README.md ./dist/README.md
cp ./package.json ./dist/package.json
npm publish ./dist --access public
working-directory: ./sdk/typescript-fetch/
env:
Expand Down

0 comments on commit c56e938

Please sign in to comment.