Skip to content

Commit

Permalink
Remove yarn from npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Sep 26, 2023
1 parent bf87bd0 commit f4140af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Test, build, then publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }}
run: yarn npm publish
run: npm publish

0 comments on commit f4140af

Please sign in to comment.