Skip to content

Commit

Permalink
fresh fix of publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-de-lalye committed Oct 30, 2024
1 parent 230e0be commit 74afc8e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,15 @@ jobs:
git commit -m "Bump SDK version to $(jq -r .version package.json)"
- name: Publish package
uses: actions/setup-node@v4
with:
registry-url: "https://npm.pkg.github.com"
- run: |
yarn --version
yarn npm publish
working-directory: ./sdk
run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push changes
run: |
Expand Down

0 comments on commit 74afc8e

Please sign in to comment.