Skip to content

Ensure empty extended config throws a diagnostic (#9701) #68

Ensure empty extended config throws a diagnostic (#9701)

Ensure empty extended config throws a diagnostic (#9701) #68

# This workflow builds and releases all packages on the main branch with a canary
# dist tag. These packages contain changes that are not yet available in a publicly
# released version of Parcel.
name: canary-release
on:
push:
branches:
- v2
workflow_dispatch:
jobs:
build-and-release:
name: Build and release canary
uses: ./.github/workflows/release.yml
secrets: inherit
with:
profile: canary
release-command: |
yarn canary:release --summary-file
node scripts/tag-release.mjs --tag nightly
type: canary