Skip to content

update release to using reuable release workflow #3

update release to using reuable release workflow

update release to using reuable release workflow #3

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
branches:
- main
- tong/add-changeset-support
permissions:
pull-requests: write
contents: write
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
run-build: true
run-unit-tests: false
run-changesets: true
publish: ${{ github.event_name == 'workflow_dispatch' }}
publish-command: |
./bin/ci_validate_version.sh
npm run release