Skip to content

Commit

Permalink
sdds
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Aug 6, 2024
1 parent 766cb93 commit 0ad5613
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- main

permissions:
contents: write
packages: read

env:
NODE_VERSION: 18.x

Expand Down Expand Up @@ -41,6 +37,9 @@ jobs:
- name: Run SDK generation script
run: ./scripts/generate-sdk-local.sh

- name: Fix permissions for SDK directory
run: sudo chown -R $USER:$USER ./sdk

- name: Publish SDK to npm
run: |
npm install
Expand Down

0 comments on commit 0ad5613

Please sign in to comment.