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 2298aaa commit 65a9c99Copy full SHA for 65a9c99
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: DeterminateSystems/magic-nix-cache-action@main
67
68
- name: Configure npm for publishing
69
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > react-native-nitro-ark/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
70
shell: bash
71
72
- name: Install dependencies for publishing
0 commit comments