We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105cb9c commit c559455Copy full SHA for c559455
.github/workflows/publish-web.yml
@@ -131,6 +131,12 @@ jobs:
131
node-version-file: ".nvmrc"
132
registry-url: "https://registry.npmjs.org"
133
134
+ - name: Remove @dialpad scope configuration for npm
135
+ if: matrix.registry == 'npm'
136
+ run: |
137
+ # Remove @dialpad scope configuration to use default npm registry instead of GitHub Packages
138
+ npm config delete @dialpad:registry || true
139
+
140
- name: Delay job to avoid npm rate limits
141
if: matrix.package == 'dialtone-vue3'
142
run: sleep 15s
0 commit comments