File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 git config user.name "${GITHUB_ACTOR}"
3636 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3737
38+ - name : Configure npm auth
39+ run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
40+
3841 - name : Release
3942 working-directory : package
4043 run : bun run release --ci --increment ${{ inputs.version }}
4144 env :
4245 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
46+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Benchmarked against [`react-native-version-check`](https://github.com/kimxogus/r
3535## Installation
3636
3737``` sh
38- npm i react-native-nitro-version-check react-native-nitro-modules
38+ bun add react-native-nitro-version-check react-native-nitro-modules
3939```
4040
4141For Expo projects, run prebuild:
You can’t perform that action at this time.
0 commit comments