Skip to content

publish

publish #10

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/reusable_node_lint_test.yml@hiep/add-changeset

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@hiep/add-changeset" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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