This commit is contained in:
hobbes7878 2025-10-24 18:13:25 +01:00
parent bb92a24655
commit bf550d59b8
Failed to extract signature
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"@reuters-graphics/graphics-components": patch
---
Test downstream workflow notification system

View file

@ -1,13 +1,17 @@
name: Notify downstream repositories
on:
release:
types: [published]
push:
tags:
- 'v*'
jobs:
dispatch:
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: