workflow
This commit is contained in:
parent
bb92a24655
commit
bf550d59b8
2 changed files with 11 additions and 2 deletions
5
.changeset/test-downstream-workflow.md
Normal file
5
.changeset/test-downstream-workflow.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@reuters-graphics/graphics-components": patch
|
||||
---
|
||||
|
||||
Test downstream workflow notification system
|
||||
8
.github/workflows/notify-downstream.yaml
vendored
8
.github/workflows/notify-downstream.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue