Skip to content

Commit 65a9c99

Browse files
fix CI
1 parent 2298aaa commit 65a9c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: DeterminateSystems/magic-nix-cache-action@main
6767

6868
- name: Configure npm for publishing
69-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > react-native-nitro-ark/.npmrc
69+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
7070
shell: bash
7171

7272
- name: Install dependencies for publishing

0 commit comments

Comments
 (0)