Skip to content

Commit

Permalink
fixed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-de-lalye committed Oct 29, 2024
1 parent 8308456 commit 230e0be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
registry-url: "https://registry.npmjs.org/"
always-auth: true
auth-token: ${{ secrets.NPM_TOKEN }}
cache: "yarn"

- name: Install dependencies
working-directory: ./sdk
Expand Down Expand Up @@ -70,6 +71,8 @@ jobs:
- name: Publish package
working-directory: ./sdk
run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Push changes
run: |
Expand Down

0 comments on commit 230e0be

Please sign in to comment.