Skip to content

dev-release

dev-release #105

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@3db50fbcf43f4549fc8a208e633acb5ccb17a018 (Line: 290, Col: 9): 'run' is already defined
secrets: inherit
with:
profile: canary
release-command: yarn dev:release
type: dev