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 eb0cd2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ jobs:
git add package.json
git commit -m "Bump SDK version to $(jq -r .version package.json)"
- name: Publish package
- run: |
yarn --version
echo "npmAuthToken: "${{ secrets.NPM_TOKEN}}" >> .yarnrc.yml"
yarn npm publish --access public
working-directory: ./sdk
run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit eb0cd2a

Please sign in to comment.