Skip to content

Add sentry support (#9598) #48

Add sentry support (#9598)

Add sentry support (#9598) #48

# 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

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

View workflow run for this annotation

GitHub Actions / canary-release

Invalid workflow file

The workflow is not valid. In .github/workflows/canary-release.yml (Line: 15, Col: 11): Error from called workflow parcel-bundler/parcel/.github/workflows/release.yml@f9c978e102487720cee0254f79c6c91fc8b9202b (Line: 56, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.profile || 'release' In .github/workflows/canary-release.yml (Line: 15, Col: 11): Error from called workflow parcel-bundler/parcel/.github/workflows/release.yml@f9c978e102487720cee0254f79c6c91fc8b9202b (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 canary:release --summary-file
node scripts/tag-release.mjs --tag nightly
type: canary