We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cf392 commit 062b18bCopy full SHA for 062b18b
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
echo "GITHUB_ACTIONS=$GITHUB_ACTIONS"
59
npm --version
60
npm config get registry
61
+ npm config get userconfig
62
63
- name: Publish packages
64
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
0 commit comments