We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda9aad commit 3489a43Copy full SHA for 3489a43
.github/workflows/publish-web.yml
@@ -130,12 +130,6 @@ jobs:
130
pnpm config delete @dialpad:registry
131
pnpm config set registry 'https:${{ matrix.registry_url }}'
132
133
- - name: Set npm registry URL
134
- if: matrix.registry == 'npm'
135
- uses: actions/setup-node@v4
136
- with:
137
- registry-url: 'https:${{ matrix.registry_url }}'
138
-
139
- name: Delay job to avoid npm rate limits
140
if: matrix.package == 'dialtone-vue3'
141
run: sleep 15s
0 commit comments