Skip to content

Commit d691e28

Browse files
committed
fix:release workflow
1 parent 5eca9b9 commit d691e28

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-node@v5
1515
with:
16-
node-version: 22
16+
node-version: 24
1717
cache: "npm"
18-
registry-url: 'https://registry.npmjs.org'
19-
scope: '@brightdata'
18+
registry-url: "https://registry.npmjs.org"
2019
- run: npm ci
2120
- run: npm audit signatures
22-
- run: npm publish
21+
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)