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 ec5be86 commit a7ce9e4Copy full SHA for a7ce9e4
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run: npx auto shipit
47
- name: Show .npmrc
48
if: always()
49
- run: cat .npmrc
+ run: cat $NPM_CONFIG_USERCONFIG
50
51
publish-check:
52
runs-on: ubuntu-22.04
0 commit comments