Skip to content

Add logs

Add logs #44

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:
push:
branches: molejniczak/test-tags
workflow_dispatch:
jobs:
build-and-release:
name: Build and release dev
uses: ./.github/workflows/release.yml
secrets: inherit
with:
release-command: |
yarn dev:release --summary-file
yarn lerna changed
yarn lerna list --no-private
node scripts/tag-release.mjs --tag dev-test