Skip to content

Commit

Permalink
[LOCAL] fix publish npm post strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Nov 4, 2022
1 parent c9a3c57 commit 0f72abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ jobs:
echo "machine github.com login react-native-bot password $GITHUB_TOKEN" > ~/.netrc
# END: Stables and nightlies

- run: node ./scripts/publish-npm.js --<< parameters.release_type >>
- run: node ./scripts/publish-npm.js
- run:
name: Zip Hermes Native Symbols
command: zip -r /tmp/hermes-native-symbols.zip ~/react-native/ReactAndroid/hermes-engine/build/intermediates/cmake/
Expand Down

0 comments on commit 0f72abf

Please sign in to comment.