We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e1122 commit 0621b91Copy full SHA for 0621b91
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
node-version: 22
18
cache: "npm"
19
+ registry-url: 'https://registry.npmjs.org'
20
+ scope: '@brightdata'
21
- run: npm ci
22
- run: npm audit signatures
23
- run: npm publish
0 commit comments