We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1b933 commit 369fa09Copy full SHA for 369fa09
.github/workflows/react_release.yml
@@ -21,5 +21,5 @@ jobs:
21
run: yarn install
22
- name: Test, build, then publish
23
env:
24
- NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }}
+ NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_TO_NPM_FROM_GITHUB }}
25
run: npm publish
0 commit comments