Skip to content

Commit c559455

Browse files
committed
fix: NO-JIRA configure npm registry without GitHub Packages scope override
1 parent 105cb9c commit c559455

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-web.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ jobs:
131131
node-version-file: ".nvmrc"
132132
registry-url: "https://registry.npmjs.org"
133133

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+
134140
- name: Delay job to avoid npm rate limits
135141
if: matrix.package == 'dialtone-vue3'
136142
run: sleep 15s

0 commit comments

Comments
 (0)