Skip to content

Commit

Permalink
Fix the name of the token used to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Sep 26, 2023
1 parent 1c1b933 commit 372a067
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 @@ -21,5 +21,5 @@ jobs:
run: yarn install
- name: Test, build, then publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }}
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_TO_NPM_FROM_GITHUB }}
run: npm publish

0 comments on commit 372a067

Please sign in to comment.