Skip to content

dev-release

dev-release #73

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

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

View workflow run for this annotation

GitHub Actions / dev-release

Invalid workflow file

The workflow is not valid. In .github/workflows/dev-release.yml (Line: 12, Col: 11): Error from called workflow parcel-bundler/parcel/.github/workflows/release.yml@9f96b2fbf73685a405772b1ff9d6f1c819db263a (Line: 56, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.profile || 'release' In .github/workflows/dev-release.yml (Line: 12, Col: 11): Error from called workflow parcel-bundler/parcel/.github/workflows/release.yml@9f96b2fbf73685a405772b1ff9d6f1c819db263a (Line: 91, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.profile || 'release'
secrets: inherit
with:
profile: canary
release-command: yarn dev:release
type: dev