We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c069d5a commit 2d7b3f1Copy full SHA for 2d7b3f1
.github/workflows/release_javascript.yml
@@ -17,9 +17,8 @@ jobs:
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
20
- - name: fix .npmrc location
21
- run: |
22
- cp $NPM_CONFIG_USERCONFIG ./cratedb_sqlparse_js/.npmrc
+ - name: Manually set .npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./cratedb_sqlparse_js/.npmrc
23
24
- name: Set up Python
25
uses: actions/setup-python@v5
0 commit comments