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 name: Notify downstream repositories
on: on:
release: push:
types: [published] tags:
- 'v*'
jobs: jobs:
dispatch: dispatch:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Wait for npm propagation
run: sleep 30
- name: Dispatch to bluprint_graphics-kit - name: Dispatch to bluprint_graphics-kit
uses: peter-evans/repository-dispatch@v4 uses: peter-evans/repository-dispatch@v4
with: with: