Skip to content

dev-release

dev-release #74

Workflow file for this run

# This workflow builds and releases all packages with a dev dist tag. Once published,
# the packages can be installed to streamline the testing and validation of changes, both
# locally and within CI, that have not yet been approved or merged into the main branch.
name: dev-release
on:
workflow_dispatch:
jobs:
build-and-release:
name: Build and release dev
uses: ./.github/workflows/release.yml
secrets: inherit
with:
profile: canary

Check failure on line 15 in .github/workflows/dev-release.yml

View workflow run for this annotation

GitHub Actions / dev-release

Invalid workflow file

The workflow is not valid. .github/workflows/dev-release.yml (Line: 15, Col: 16): Invalid input, profile is not defined in the referenced workflow.
release-command: yarn dev:release
type: dev