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 8f06e91 commit 5411d0d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release-and-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +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
cd ./tsconfig.esm.json ./dist/tsconfig.esm.json
npm publish ./dist --access public
npm install
npm run build
cd ./dist &&
npm publish
working-directory: ./sdk/typescript-fetch/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 5411d0d

Please sign in to comment.