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 8f3cf8e commit 28669cbCopy full SHA for 28669cb
2 files changed
.github/workflows/publish.yml
@@ -63,12 +63,12 @@ jobs:
63
registry-url: 'https://registry.npmjs.org'
64
65
- name: Authenticate with npm
66
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> "${NPM_CONFIG_USERCONFIG}"
67
env:
68
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
69
70
- name: Verify npm auth
71
- run: npm whoami --registry=https://registry.npmjs.org/
+ run: npm whoami --registry=https://registry.npmjs.org/ --no-warnings
72
73
- name: Build
74
if: inputs.skip_checks == false
packages/sdk-react-provider/.yarnrc.yml
0 commit comments