Skip to content

publish_canary

publish_canary #2

name: publish_canary
on:
workflow_dispatch:
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
run-build: true
run-unit-tests: true
publish: true

Check failure on line 13 in .github/workflows/publish_canary.yaml

View workflow run for this annotation

GitHub Actions / publish_canary

Invalid workflow file

The workflow is not valid. .github/workflows/publish_canary.yaml (Line: 13, Col: 16): Invalid input, publish is not defined in the referenced workflow. .github/workflows/publish_canary.yaml (Line: 14, Col: 24): Invalid input, publish-command is not defined in the referenced workflow.
publish-command: 'npm publish --tag canary'