Skip to content

Commit c069d5a

Browse files
committed
Copy .npmrc correctly
1 parent cd00884 commit c069d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: fix .npmrc location
2121
run: |
22-
cp .npmrc cratedb_sqlparse_js
22+
cp $NPM_CONFIG_USERCONFIG ./cratedb_sqlparse_js/.npmrc
2323
2424
- name: Set up Python
2525
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)