hypnagaga/.github/workflows/release.yaml
Ben Aultowski d04c218f36 Squashed 'graphics-components-src/' content from commit 247be9ce
git-subtree-dir: graphics-components-src
git-subtree-split: 247be9ce40bd338d3934534fb6392504a0cdc81f
2026-02-25 21:21:50 -05:00

29 lines
695 B
YAML

name: Release
on:
push:
branches:
- main
jobs:
release:
uses: reuters-graphics/action-workflows/.github/workflows/changesets-release.yaml@main
secrets: inherit
with:
node_version: '20'
publish_docs: true
notify-downstream:
needs: release
if: needs.release.outputs.published == 'true'
runs-on: ubuntu-latest
steps:
- name: Wait for npm propagation
run: sleep 30
- name: Dispatch to bluprint_graphics-kit
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.REPO_PAT_TOKEN }}
repository: reuters-graphics/bluprint_graphics-kit
event-type: dependency-updated