Skip to content

Commit

Permalink
use npm publish instead of yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-de-lalye committed Oct 30, 2024
1 parent eb0cd2a commit cb3051a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ jobs:
git add package.json
git commit -m "Bump SDK version to $(jq -r .version package.json)"
- run: |
yarn --version
echo "npmAuthToken: "${{ secrets.NPM_TOKEN}}" >> .yarnrc.yml"
yarn npm publish --access public
- run: npm publish --access public
working-directory: ./sdk
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit cb3051a

Please sign in to comment.