Skip to content

Commit 0621b91

Browse files
chore: add org scope
1 parent a1e1122 commit 0621b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
node-version: 22
1818
cache: "npm"
19+
registry-url: 'https://registry.npmjs.org'
20+
scope: '@brightdata'
1921
- run: npm ci
2022
- run: npm audit signatures
2123
- run: npm publish

0 commit comments

Comments
 (0)