Skip to content

feat: add discover command #12

feat: add discover command

feat: add discover command #12

Workflow file for this run

name: Release
on:
push:
tags: v*
permissions:
contents: read
id-token: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: "pnpm"
registry-url: 'https://registry.npmjs.org'
scope: '@brightdata'
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: npm publish --provenance --access public