Skip to content

Commit d1f1dd9

Browse files
ci(workflows): fix npm publish 404 error for scoped packages
1 parent b2ee30a commit d1f1dd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-build-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
node-version: ${{ needs.get-node-version.outputs.version }}
4040
registry-url: 'https://registry.npmjs.org'
41+
scope: '@securityscorecard'
4142

4243
- name: Setup Yarn
4344
run: |
@@ -160,6 +161,7 @@ jobs:
160161
with:
161162
node-version: ${{ needs.get-node-version.outputs.version }}
162163
registry-url: 'https://registry.npmjs.org'
164+
scope: '@securityscorecard'
163165

164166
- name: Setup Yarn
165167
run: |

0 commit comments

Comments
 (0)