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 5e853ef commit 001343bCopy full SHA for 001343b
.github/workflows/publish-comps.yml
@@ -35,7 +35,12 @@ jobs:
35
with:
36
node-version: 16
37
registry-url: https://registry.npmjs.org/
38
- - run: cat ~/.npmrc
+ name: Configure npm
39
+ run: |
40
+ echo '//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}' > .npmrc
41
+ cat .npmrc
42
+ env:
43
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44
- run: echo ${{ secrets.NPM_TOKEN }}
45
- name: Install dependencies
46
uses: borales/actions-yarn@v4.2.0
0 commit comments