Skip to content

Commit 1c1b933

Browse files
Remove yarn from npm publish (#218)
https://yarnpkg.com/cli/npm/publish didn't work Moving this forward without bothering Raju this time.
1 parent bf87bd0 commit 1c1b933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test, build, then publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }}
25-
run: yarn npm publish
25+
run: npm publish

0 commit comments

Comments
 (0)