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 cd00884 commit c069d5aCopy full SHA for c069d5a
.github/workflows/release_javascript.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: fix .npmrc location
21
run: |
22
- cp .npmrc cratedb_sqlparse_js
+ cp $NPM_CONFIG_USERCONFIG ./cratedb_sqlparse_js/.npmrc
23
24
- name: Set up Python
25
uses: actions/setup-python@v5
0 commit comments